Created
November 6, 2014 10:01
-
-
Save mpneuried/9d35f9695b4188a55969 to your computer and use it in GitHub Desktop.
Script to install services and apps on a blank osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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