My Dot Files
# Make a directory:
mkdir ~/bin
# Change into new directory:
cd ~/bin
# Git clone this repo:
git clone git://github.com/jarrku/dotfiles.git
# Create/validate existence for a file called .bashrc:
cp root-files/.bashrc ~/.bashrc
# Create/validate existence for a file called .bash_profile:
cp root-files/.bash_profile ~/.bash_profile
# Add a GitHub Auth token to the newly created ~/.bash_profile file
# Run .bash_profile:
. ~/.bash_profile