Skip to content

Instantly share code, notes, and snippets.

@cray0000
Last active February 22, 2016 12:44
Show Gist options
  • Save cray0000/e03b0e1ce20d59ccd654 to your computer and use it in GitHub Desktop.
Save cray0000/e03b0e1ce20d59ccd654 to your computer and use it in GitHub Desktop.
My OSX packets and software setup
# Setup all required packets and soft
# Homebrew to install packets
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Cask to install Mac OS applications
brew install caskroom/cask/brew-cask
# Generic
brew install gcc
brew install wget
brew install git
brew install imagemagick
brew install unrar
brew install watch
# Node.js development
brew install node # Node.js
brew install redis # Redis
brew install mongodb # MongoDB
# Soft
brew cask install iterm2 # terminal
brew cask install google-chrome # browser
brew cask install firefox # browser
brew cask install skype # IM
brew cask install gitter # IM with git integration
brew cask install libreoffice # office suite
brew cask install webstorm # IDE for web-dev
brew cask install sublime-text # lightweight IDE
brew cask install lisanet-gimp # GIMP (graphics editor)
brew cask install qbittorrent # torrent client
brew cask install vlc # video player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment