• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    Shell
  • Created over 11 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

dot files

dotfiles

These are a collection of dotfiles.

  • Either copy paste install these or run ./install to copy over your local settings
  • Sublime symlinking for both Sublime text 2 and 3 can be run with ./sublimelink
  • A Standard install will overwrite your .gitconfig removing your github username and email. To set them again type
git config --global user.name "John Doe"
git config --global user.email [email protected]