Skip to content

Instantly share code, notes, and snippets.

@silas
Created September 15, 2014 16:11
Show Gist options
  • Save silas/8a8485bed8543a49f1ec to your computer and use it in GitHub Desktop.
Save silas/8a8485bed8543a49f1ec to your computer and use it in GitHub Desktop.
Install dotfiles

Clone private

git clone [email protected]:silas/dotfiles.git dotfiles.git

Or public repository

git clone https://github.com/silas/dotfiles.git dotfiles.git

Move git data into place

mv dotfiles.git/.git .dot.git

And move files into home

shopt -s dotglob
mv -i dotfiles.git/* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment