Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 594 Bytes

Install

Pull the repo into your home directory

cd ~
git init
git remote add origin https://github.com/balupton/dotfiles.git
git pull origin master  --force

Tell your system to load the custom configurations

printf "\n\n# Source our custom profile configuration\nsource ~/.userprofile" >> ~/.profile
printf "\n\n# Source our custom profile configuration\nsource ~/.userprofile" >> ~/.bash_profile
printf "\n\n# Source our custom rc configuration\nsource ~/.userrc" >> ~/.bashrc

License

Public domain