Skip to content

Instantly share code, notes, and snippets.

@jdcantrell
Last active January 1, 2016 04:39
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 jdcantrell/8093501 to your computer and use it in GitHub Desktop.
Save jdcantrell/8093501 to your computer and use it in GitHub Desktop.
Here are things I like to do with a new osx machine

Apps you download:

  • Alfred + dr dev and colors workflows
  • Firefox
    • adblock
    • measure it
    • web developer (for delete cookies from this domain)
    • greasemonkey + user scripts (only work related ones atm)
  • iTerm2
  • Sequel Pro
  • Dropbox
  • Anvil for Mac

Homebrew:

  • macvim
  • git
  • bash
  • bash-completion
  • node
  • python (pip install virtualenvwrapper)
  • ack

Others:

I prefer this over homebrew because ruby-build gets updated more frequently

Vim:

  • vundle - (and all your plugins should be installed via Bundle lines in vimrc)

Critical dotfiles on github

  • .bashrc
  • .bash_profile
  • .bash.osx (linked to .bash.local)
  • .jshintrc
  • .vimrc
  • .gitconfig (linked to .gitconfig-work)

App Store:

  • xCode + command line tools (xcode for macvim)
  • Pixelmator
  • Fantastical
  • Enqueue (also maybe Vox depending on how you like to listen to music)
  • 1Password
@jdcantrell
Copy link
Author

@aflanagan Here you go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment