- System Preferences -> Security -> Allow apps to be installed from anywhere
- iTerm2
- remember to install update when prompted
- after update, enable toolbet with paste history and jobs (sweet!)
- Jumpcut
- xcode - from App Store
- open xcode to install xcode components
- install command line tools
- homebrew
- update brew:
$ brew update
- git:
$ brew install git
- git bash-completion:
$ brew install bash-completion
- Sublime Text
- add sublime alias:
$ ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
- add bash_profile, aliases, functions, exports...
- sublime package control
- install sublime packages - Better CoffeeScript, Jade, Stylues, Pretty JSON (alias)
- update ~/.gitconfig file
- setup finder, docks, etc
- install vmware fusion
- install nvm
- install node v x.y.z:
$ nvm install vX.Y.Z
- install rvm
- install ruby 1.9.3:
$ rvm install 1.9.3
- install shenzhen (automated ios builds):
$ gem install shenzhen
- add istat pro - and fix the process issues
- adium
- enable locate index:
$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
- Testflight app
- Add ~/.vimrc
- Create folders:
~/.vim
,~/.vim/backups
,~/.vim/swaps
and~/.vim/undo
- Add /usr/local/bin/git-new-workdir
- Download/Install the latest version of [iPhone Configuration Utility for Mac](http://support.apple.com/downloads/#iphone configuration utility)
Last active
December 31, 2015 13:49
-
-
Save felipesabino/7995100 to your computer and use it in GitHub Desktop.
new mac os - development
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestion: Move item 17 (Setup finder & Dock) to a position before 13 (dotfiles). Dotfiles are hidden by default on the mac and thus makes sense to modify the configuration related to their visibility before creating them...