OS X install and tips

View the Project on GitHub nicolas-brousse/osx-install-and-tips

← Go home

GUI Applications

Mas

Installation (https://github.com/argon/mas)

$ brew install mas

Applications

$ mas install 409789998 409201541 409183694 409203825

Caskroom

Installation (http://caskroom.io)

$ brew tap caskroom/cask

Applications

Commons applications

# Chat
$ brew cask install skype slack mattermost

# Cloud services
$ brew cask install synology-cloud-station-drive

# Others
$ brew cask install spotify macdown
$ brew cask install jumpcut quicklook-json

Browsers

$ brew cask install firefox firefoxdeveloperedition chromium [opera]

Dev applications

# To code
$ brew cask install cocoarestclient paw
$ brew cask install sequel-pro psequel postico
$ brew cask install tower kaleidoscope cyberduck
$ brew cask install virtualbox vagrant docker

# Android
# $ brew cask install android-studio # No already tested

# For pictures
$ brew cask install imageoptim imagealpha # texturepacker

# For networks
$ brew cask install cocoapacketanalyzer speedlimit

Conception applications

$ brew cask install mysqlworkbench xmind
# $ brew cask install omnigraffle omniplan
# $ brew cask install adobe-creative-cloud

Others app available

See this list: https://github.com/phinze/homebrew-cask/tree/master/Casks

https://github.com/phinze/homebrew-cask
https://github.com/caskroom/homebrew-fonts
https://github.com/caskroom/homebrew-versions


← Go home