All Projects → mihaliak → dotfiles

mihaliak / dotfiles

Licence: other
My dotfiles for development

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dotfiles

Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+252.94%)
Mutual labels:  dotfiles, zsh
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-75%)
Mutual labels:  dotfiles, zsh
autorice
Autorice 9001 ~ Simple and fast arch setup in minutes
Stars: ✭ 55 (-19.12%)
Mutual labels:  dotfiles, zsh
Dotfiles
🌷
Stars: ✭ 209 (+207.35%)
Mutual labels:  dotfiles, zsh
dot
No description or website provided.
Stars: ✭ 40 (-41.18%)
Mutual labels:  dotfiles, zsh
Dotfiles
My lovely dots ~/.💖
Stars: ✭ 212 (+211.76%)
Mutual labels:  dotfiles, zsh
dotfiles
rice repo
Stars: ✭ 71 (+4.41%)
Mutual labels:  dotfiles, zsh
Dotfiles
My lovely dotfiles. Chocolate and unicorns.
Stars: ✭ 199 (+192.65%)
Mutual labels:  dotfiles, zsh
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-77.94%)
Mutual labels:  dotfiles, zsh
dotfiles
⚡️ Sharpen dat knife.
Stars: ✭ 29 (-57.35%)
Mutual labels:  dotfiles, zsh
Dotfiles
My vim, zsh, tmux, and macOS dotfiles
Stars: ✭ 209 (+207.35%)
Mutual labels:  dotfiles, zsh
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (-55.88%)
Mutual labels:  dotfiles, zsh
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+207.35%)
Mutual labels:  dotfiles, zsh
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+213.24%)
Mutual labels:  dotfiles, zsh
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+205.88%)
Mutual labels:  dotfiles, zsh
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-77.94%)
Mutual labels:  dotfiles, zsh
Dotfiles
My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.
Stars: ✭ 185 (+172.06%)
Mutual labels:  dotfiles, zsh
Sixarm zsh config
SixArm.com → Z shell → zsh configuration
Stars: ✭ 196 (+188.24%)
Mutual labels:  dotfiles, zsh
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-64.71%)
Mutual labels:  dotfiles, zsh
dotfiles
dotfiles of my linux setup
Stars: ✭ 25 (-63.24%)
Mutual labels:  dotfiles, zsh

Dotfiles

Dotfiles I use with MacOS Sierra mostly for Web Development.

iTerm2.app

Contains:

  1. System defaults and Dock icons setup
  2. Git config with aliases, Git global ignore
  3. Global aliases
  4. Functions, colored man page, mk for making folder and entering it, extract to extract any compressed file, e to read .env file variables in pwd, sphp to switch php versions using brew-php-switcher with skip for apache
  5. Custom /etc/hosts file with blocked Ads, Trackers & 🔥 stuff on internet
  6. Inconsolata font used in PhpStorm, Sublime, Fira Code used in iTerm2
  7. iTerm2 profile, oh-my-zsh taybalt theme
  8. ssh-manager command to manage ssh config hosts and keys, including copy public keys to clipboard, transfer to server and more with autocomplete
  9. Packages / CLI (brew, brew cask, dockutil, htop, iftop, openssl, tig, composer, nmap, php70, php71, php72, brew-php-switcher, git, subversion, nvm with node/npm (node 6.2 with latest working npm, LTS node with latest working npm), python3, thefuck, wget, yarn, zsh, zsh-completions, sqlmap, aircrack-ng)
  10. Applications (alfred, google-chrome, slack, spotify, sublime-text, vlc, phpstorm, sequel-pro, filezilla, postman, iterm2, teamviewer, lastpass, spectacle, appcleaner, skype)
  11. Valet for web development
  12. dotfiles binary to manage dotfiles functions with autocomplete
  13. code function to cd into project with directory autocomplete (code dotfiles will move you into ~/Code/dotfiles, with directories dotfiles and dots and typing code dot then hitting tab will autocomplete you directories matching name dot)

Install

On fresh installation of MacOS:

sudo softwareupdate -i -a
xcode-select --install

Clone and install dotfiles:

git clone https://github.com/mihaliak/dotfiles.git ~/dotfiles
cd ~/dotfiles
git checkout v3.12
cd ~/dotfiles/install
chmod +wx install.sh
chmod -R +wx ~/dotfiles/bin
./install.sh

Additional steps

  1. Install fonts
  2. In iterm Preferences > General > Load preferences from a custom folder or URL and set it to ~/dotfiles/iterm
  3. Import PhpStorm settings
  4. sudo reboot
  5. Enjoy

The dotfiles command

$ dotfiles
→ Usage: dotfiles <command>

Commands:
   help             This help message
   update           Update packages and pkg managers (OS, brew, npm, yarn, commposer)
   clean            Clean up caches (brew, npm, yarn, composer)
   symlinks         Run symlinks script
   brew             Run brew script
   node             Run node setup script
   valet            Run valet script
   ohmyzsh          Run oh my zsh script
   hosts            Run hosts script
   defaults         Run MacOS defaults script
   dock             Run MacOS dock script

The ssh-manager command

$ ssh-manager
→ Usage: ssh-manager <command>

Commands:
   help             This help message
   list             List of all SSH keys and hosts in SSH config
   list-keys        List of all SSH keys
   copy             Copy public SSH key
   new              Generate new SSH key
   host             Add host to SSH config, use --key to generate new key
   remove           Remove host from SSH config
   list-host        List of all hosts in SSH config

Credits

Many thanks to the dotfiles community and the creators of the incredibly useful tools.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].