Last active
October 16, 2015 14:01
-
-
Save nalmeida/65a778ce5f9b5669ec5f to your computer and use it in GitHub Desktop.
Setting up a new Mac
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
# Based on @mcarneiro setup: https://gist.github.com/mcarneiro/fba0e7f68ada9cf48108#file-machine-setup | |
# Install the following software manually via App Atore | |
# - Xcode | |
# - Microsoft remote desktop | |
# - Sonicwall mobile connect (VPN) | |
# - Evernote | |
# Configuration | |
# --------------- | |
# Day-O configuration: E H:mm | |
# Troubleshooting | |
# --------------- | |
# 1) Error while installing some app via cask | |
# $ brew tap caskroom/versions | |
# And run the installer again | |
# 2) Permission error while installing "gem install bundler" | |
# 1) Install RVM: | |
# $ curl -sSL https://get.rvm.io | bash -s stable --ruby | |
# 2) Quit Terminal and open it again | |
# 3) Find the latest ruby gem | |
# $ cd ./rvm/gems | |
# 4) Set the default ruby version to the latest | |
# $ rvm use ruby-X.Y.Z | |
# 5) Run bundler again | |
# $ gem install bundler | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" && | |
brew install git caskroom/cask/brew-cask nodejs wget && | |
brew tap caskroom/versions && | |
brew cask install atext firefox day-o filezilla sublime-text3 google-chrome virtualbox vagrant adium spectacle dropbox vlc skype telegram spotify java pngyu imageoptim && | |
npm install -g grunt-cli bower ngrok && | |
gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment