Skip to content

Instantly share code, notes, and snippets.

@dnlbox
Forked from felipesabino/apps.md
Created December 16, 2013 22:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnlbox/7995269 to your computer and use it in GitHub Desktop.
Save dnlbox/7995269 to your computer and use it in GitHub Desktop.
  1. System Preferences -> Security -> Allow apps to be installed from anywhere
  2. iTerm2
  3. Jumpcut
  4. xcode - from App Store
  5. open xcode to install xcode components
  6. install command line tools
  7. homebrew
  8. update brew: $ brew update
  9. git: $ brew install git
  10. git bash-completion: $ brew install bash-completion
  11. Sublime Text
  12. add sublime alias: $ ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
  13. add bash_profile, aliases, functions, exports...
  14. sublime package control
  15. install sublime packages - Better CoffeeScript, Jade, Stylues, Pretty JSON (alias)
  16. update ~/.gitconfig file
  17. setup finder, docks, etc
  18. install vmware fusion
  19. install nvm
  20. install node v x.y.z: $ nvm install vX.Y.Z
  21. install rvm
  22. install ruby 1.9.3: $ rvm install 1.9.3
  23. install shenzhen (automated ios builds): $ gem install shenzhen
  24. add istat pro - and fix the process issues
  25. adium
  26. enable locate index: $ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  27. Testflight app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment