Skip to content

Instantly share code, notes, and snippets.

@fdelacruz
Forked from w3cj/os-x-setup-commands.sh
Last active November 22, 2020 18:27
Show Gist options
  • Select an option

  • Save fdelacruz/a717b841b27c79092cad0333ae2a26db to your computer and use it in GitHub Desktop.

Select an option

Save fdelacruz/a717b841b27c79092cad0333ae2a26db to your computer and use it in GitHub Desktop.
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