Created
November 27, 2015 15:44
-
-
Save cmpscabral/f25c5494ef7c14fb916e to your computer and use it in GitHub Desktop.
new mac configuration file
This file contains hidden or 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
#!/bin/sh | |
# _ | |
# | | | |
# __ _____ ___ __| | ___ | |
# \ \/ / __/ _ \ / _` |/ _ \ | |
# > < (_| (_) | (_| | __/ | |
# /_/\_\___\___/ \__,_|\___| | |
/Users/mg/Dropbox/mg/setup.sh | |
# instala brew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# instala brew cask | |
brew install caskroom/cask/brew-cask | |
brew tap caskroom/versions | |
# utilities | |
brew cask install --appdir="/Applications" the-unarchiver | |
#brew cask install --appdir="/Applications" alfred | |
brew cask install --appdir="/Applications" appcleaner | |
brew cask install --appdir="/Applications" caffeine | |
# brew cask install --appdir="/Applications" Caskroom/cask/osxfuse | |
brew cask install --appdir="/Applications" dropbox | |
brew cask install --appdir="/Applications" go2shell | |
brew cask install --appdir="/Applications" imageoptim | |
brew cask install --appdir="/Applications" iterm2 | |
brew cask install --appdir="/Applications" mou | |
brew cask install --appdir="/Applications" skitch | |
brew cask install --appdir="/Applications" spectacle | |
brew cask install --appdir="/Applications" evernote | |
brew cask install --appdir="/Applications" spotify | |
brew cask install --appdir="/Applications" sublime-text3 | |
brew cask install --appdir="/Applications" jumpcut | |
brew cask install --appdir="/Applications" dash | |
brew cask install --appdir="/Applications" sourcetree | |
# browsers | |
# brew cask install --appdir="/Applications" google-chrome | |
brew cask install --appdir="/Applications" google-chrome-canary | |
# brew cask install --appdir="/Applications" opera-next | |
brew cask install --appdir="/Applications" firefox | |
# comms | |
brew cask install --appdir="/Applications" skype | |
brew cask install --appdir="/Applications" slack | |
brew cask install --appdir="/Applications" telegram | |
brew cask install --appdir="/Applications" filezilla | |
# db manager | |
brew cask install --appdir="/Applications" pgadmin3 | |
brew cask install --appdir="/Applications" sequel-pro | |
brew cask install --appdir="/Applications" mysqlworkbench | |
# dev-vm | |
brew cask install --appdir="/Applications" virtualbox | |
brew cask install --appdir="/Applications" vagrant | |
# brew cask install --appdir="/Applications" vagrant-manager | |
brew install wget | |
brew install tree | |
brew install svn | |
brew install git | |
brew install python | |
brew install nvm | |
brew install mongo | |
brew install redis | |
# brew install sshfs | |
brew install icdiff | |
brew install postgres | |
brew install mysql | |
brew install watchman | |
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql webpquicklook suspicious-package && qlmanage -r | |
ln -s "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl | |
# install oh-my-zsh | |
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh | |
chsh -s /usr/bin/zsh | |
# mostra ficheiro invisíveis no finder | |
defaults write com.apple.finder AppleShowAllFiles YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment