Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 874 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 874 Bytes

dotfiles

Here are my dotfiles that I currently use in combination with the following tools:

Setup

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.

Update custom plugins

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