custom config - mattjmorrison/dotfiles GitHub Wiki
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 [email protected]:YourUsername/your-custom-configs-repo.git
git pull origin master