-
-
Save fdelacruz/a717b841b27c79092cad0333ae2a26db to your computer and use it in GitHub Desktop.
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
| xcode-select --install | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew update | |
| brew cask install iterm2 | |
| # update iterm2 settings -> solarized presets | |
| brew install git | |
| brew cask install spectacle | |
| brew cask install alfred | |
| # set CMD+space to launch alfred | |
| brew cask install firefox | |
| mkdir ~/workspace | |
| npm install -g lite-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment