Skip to content

Instantly share code, notes, and snippets.

@casept
Created February 23, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casept/4cfb4c698985737c32deb502c631b15b to your computer and use it in GitHub Desktop.
Save casept/4cfb4c698985737c32deb502c631b15b to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
echo ".cfg" >> .gitignore
git clone --bare https://github.com/casept/dotfiles.git $HOME/.cfg
config checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment