-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Jarrod edited this page Mar 1, 2016
·
8 revisions
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