What a nice shell customization!
Use the justinaiken_dotfiles cookbook.
-
- Install ZSH
-
- Set ZSH as preferred shell:
chsh -s `which zsh`-
- Install oh-my-zsh:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh-
- Clone this repo:
git clone git@github.com:JustinAiken/dotfiles.git
# or
git clone https://github.com/JustinAiken/dotfiles.git-
- Sync the submodules:
git submodule init
git submodule update-
- Run the sync script:
chmod +x ~/dotfiles/sync.sh && ~/dotfiles/sync.sh