Apps

Adobe CS6 Alfred 2 Base (sql query) Battery Time Remaining Bitdefender Virus Scanner BitTorrent Chromecast DaisyDisk Day One Dropbox Evernote Google Chrome Kuvva MacPAR deLuxe Netbeans Perian_1.2.3 Reeder Remote Desktop Connection SABnzbd Sequel Pro Shazam Skype Spectacle Spotify SQLite Professional Read Only Sublime Text Todoist Twitter UnRarX VirtualBox VLC VMware Fusion XCode

Homebrew:

http://brew.sh/

Homebrew apps

autoconf kdiff3 pwgen automake libpng python brew-cask libtasn1 qt emacs libtool rbenv freetype libyaml rbenv-default-gems gdbm mysql readline gettext nettle redis git node ruby-build gmp openssl sqlite gnutls ossp-uuid tomcat icu4c php55 unixodbc imagemagick pkg-config xz jpeg postgresql zlib

Cask apps

anki eclipse-ide owasp-zap vagrant cord jumpcut sabnzbd virtualbox

Coffee Script:

-- update home brew (recommended)
brew update

brew install node

Caveats: Please add /usr/local/lib/node to your NODE_PATH environment variable to have node libraries picked up.

-- npm should be available
npm install -g coffee-script

From: http://www.blog.bridgeutopiaweb.com/post/how-to-install-coffeescript-on-mac-os-x

Ruby

http://createdbypete.com/articles/ruby-on-rails-development-with-mac-os-x-mountain-lion/ http://blog.55minutes.com/2013/09/rails-os-x-install-guide/ https://gorails.com/setup/osx/10.10-yosemite

Check the most current version of Ruby via e.g. https://www.ruby-lang.org/en/downloads/ Ensure rbenv and ruby-build are up to date via homebrew before upgrading ruby.

ruby-build --definitions   # show the ruby versions ruby-build knows about
rbenv install x.x.x        # to install a new version
rbenv global x.x.x         # to update the global pointer to the latest version installed

Setting up sublime text

http://blog.alexmaccaw.com/sublime-text

Opening sublime text from the command line

https://gist.github.com/artero/1236170