Ergonomic Mac OS configuration.
Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Install Prezto:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
chsh -s /bin/zsh** Don't forget to close the actual terminal and open another one **
- Clone repository:
git clone git://github.com/charlot567/dotfiles.git ~/.dotfiles- Link dotfiles:
source ~/.dotfiles/bootstrap.sh- Install Homebrew formulas:
source ~/.dotfiles/brew.sh- Install NPM packages:
source ~/.dotfiles/npm.sh- Configure Mac OS defaults:
source ~/.dotfiles/macos.sh- https://github.com/mathiasbynens/dotfiles
- https://github.com/sorin-ionescu/dotfiles
- https://github.com/anault/dotfiles
MIT