Skip to content

Instantly share code, notes, and snippets.

@grimmcreative
Forked from w3cj/os-x-setup-commands.sh
Created July 3, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grimmcreative/9202a6891a33d4e3320503392bc2d9e7 to your computer and use it in GitHub Desktop.
Save grimmcreative/9202a6891a33d4e3320503392bc2d9e7 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 -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install fortune
brew install cowsay
brew install git
brew install vcprompt
# update bash_profile
brew cask install spectacle
brew cask install alfred
# set CMD+space to launch alfred
brew cask install firefox
# install nvm/node
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install stable
mkdir ~/workspace
npm install -g lite-server eslint
brew cask install visual-studio-code
# update vscode settings
# install vscode extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment