Skip to content

Instantly share code, notes, and snippets.

@osdouglas
Last active November 11, 2021 08:09
Show Gist options
  • Save osdouglas/220ce3baa791e61f213efb5844494360 to your computer and use it in GitHub Desktop.
Save osdouglas/220ce3baa791e61f213efb5844494360 to your computer and use it in GitHub Desktop.
Install my dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare git@github.com:osdouglas/.dotfiles.git $HOME/.dotfiles
dotfiles checkout
dotfiles config status.showUntrackedFiles no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment