Skip to content
Jarrod edited this page Mar 2, 2016 · 2 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 the contents to the custom-configs like so;

cd ~/dotfiles/custom-configs
git init
git remote add origin git@github.com:YourUsername/your-custom-configs-repo.git
git pull origin master
Clone this wiki locally