Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 242 Bytes

home

An example of my home directory. To init in a non-empty home directory:

cd ~
git init
git remote add origin [email protected]:gatensj/home.git
git fetch
git checkout -t origin/master
cp skel/bashrc-vagrant .bashrc
source .bashrc