Here are my dotfiles
that I currently use in combination with the following tools:
The setup assumes you have done a git clone --recursive
of the dotfiles
repo into your home directory.
# Backup old config
mv .zshrc .zshrc.backup
# Symlink new config
ln -s dotfiles/zshrc .zshrc
In order to make the terminal usable you need to install the font Source Code Pro for Powerline.
Custom plugins are included via git submodules
- in order to update them you just need to fetch the submodules:
git submodule update --remote --merge --recursive