Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralphcrisostomo/e205049fbe6ec1e89783 to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/e205049fbe6ec1e89783 to your computer and use it in GitHub Desktop.
Developer Starter Kit for El Capitan

Developer Starter Kit for El Capitan

VIM

.vimrc

Softwares

  • RubyMine
  • RoboMongo
  • SublimeText
  • iTerm2
brew install caskroom/cask/brew-cask
brew cask install handbrakecli
brew cask install keycastr

Brew

# brew install node
brew install git --without-completions
brew install git-flow
brew install mongo
brew install ruby
brew install cowsay
brew install fortune
brew install watchman
brew install ffmpeg
brew install nmap
brew install tmux


NPM

npm install n -g
npm install coffee-script -g
npm install gulp -g
npm install bower -g
npm install ember-cli@x.x.x -g
npm install http-server -g

#
# El Capitan
#
n 0.12.1
npm install gulp@3.8.11 -g

GEM

#
# El Capitan
#
gem install -n /usr/local/bin sass
gem install -n /usr/local/bin compass
gem install -n /usr/local/bin slim # For LKHv2

Initialize MongoDB

sudo mkdir -p /data/db
sudo chown -R $USER /data/db 
brew install homebrew/versions/mongodb26 # For RoboMongo to work

Install correct version for LKFPOSTOFFICEv3 in El Capitan

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