Skip to content

Instantly share code, notes, and snippets.

@mpneuried
Created November 6, 2014 10:01
Show Gist options
  • Save mpneuried/9d35f9695b4188a55969 to your computer and use it in GitHub Desktop.
Save mpneuried/9d35f9695b4188a55969 to your computer and use it in GitHub Desktop.
Script to install services and apps on a blank osx
# install a new Mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install services
brew install node memcached redis mysql caskroom/cask/brew-cask
# install tools
brew cask install sitesucker bettertouchtool dropbox synology-assistant synology-photo-station-uploade vagrant vagrant-manager virtualbox
# install general apps
brew cask install google-chrome firefox libreoffice macdown skype audacity teamviewer inkscape
# install dev apps
brew cask install rdm sequel-pro cyberduck keka cakebrew
# brew cask install sublime-text
# missing apps: 3hub Tower1.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment