Skip to content

Instantly share code, notes, and snippets.

@slottermoser
Created October 5, 2012 21:09
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 slottermoser/3842434 to your computer and use it in GitHub Desktop.
Save slottermoser/3842434 to your computer and use it in GitHub Desktop.
Setting up a new machine

Things I always do on a new system

  1. Copy

    • .profile
    • .git-completion.bash
    • .vimrc
    • Optionally grab my ssh keys and ssh config file
  2. Run

     git config --global color.ui auto
     git config --global user.name "Stephen Lottermoser"
     git config --global user.email holdtotherod@gmail.com
    
  3. Things I like to install

    • Ruby 1.9.3
    • Homebrew if on OS X
    • nmap, wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment