Homebase for my dev settings.
Run through the steps in the setup repo.
2: Install Oh My ZSH
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Set up plugins:
plugins=(git node npm nvm osx python zsh_reload)
Set up theme (agnoster):
- https://github.com/agnoster/agnoster-zsh-theme
- https://github.com/powerline/fonts
- powerline/fonts#44
git clone https://github.com/jonchretien/dotfiles.git && cd dotfiles && source bootstrap.sh
- Update the custom folder directory in
.zshrc
to point toZSH_CUSTOM=$HOME/dotfiles/
. - Disable git's
autocorrect
.
Much of this work is based on dotfiles from:
- GitHub ❤ ~/
- Mathias Bynens
- Nicolas Gallagher
- tips from friends and colleagues.