Skip to content

Instantly share code, notes, and snippets.

@harrygr
Last active April 26, 2018 14:06
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 harrygr/66e7bde73b17d94ab436d60995b9404b to your computer and use it in GitHub Desktop.
Save harrygr/66e7bde73b17d94ab436d60995b9404b to your computer and use it in GitHub Desktop.
Useful brew packages
#!/bin/bash
brew install zsh zsh-completions
# oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
# Apps
brew cask install 1password
brew cask install google-chrome
brew cask install visual-studio-code
brew cask install spotify
brew cask install sublime-text
brew cask install sequel-pro
brew cask install slack
# Dev tools
brew install node
brew install yarn
# Helpful Utils
brew install httpie
brew install wget
brew install trash
npm install -g fkill-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment