Skip to content
Jarrod edited this page Mar 1, 2016 · 8 revisions

Custom Config Directory

The custom-configs directory is intended to be the central location for all of your customizations. It is recommended that you maintain a github repository of your configurations. You may add them to the custom-configs like so;

cd ~/dotfiles/custom-configs
git init
git remote add origin [email protected]:YourUsername/your-custom-configs-repo.git
git pull origin master

Vim Customization

Zsh Customization

Clone this wiki locally