Skip to content

Instantly share code, notes, and snippets.

@vasyharan
Created April 3, 2018 05:55
Show Gist options
  • Save vasyharan/5e9f80f7180237049c45869d09b07ee4 to your computer and use it in GitHub Desktop.
Save vasyharan/5e9f80f7180237049c45869d09b07ee4 to your computer and use it in GitHub Desktop.
DOTFILES=$HOME/.dotfiles
git clone --bare https://github.com/vasyharan/dotfiles.git $DOTFILES/
function dotfiles {
git --git-dir=$DOTFILES/ --work-tree=$HOME $@
}
dotfiles config status.showUntrackedFiles no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment