Skip to content

Instantly share code, notes, and snippets.

@robinmitra
Created March 31, 2018 15:40
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 robinmitra/b5021a0b1cd257c5a01fb71f31e878cf to your computer and use it in GitHub Desktop.
Save robinmitra/b5021a0b1cd257c5a01fb71f31e878cf to your computer and use it in GitHub Desktop.
Homebrew packages and casks for setting up a development machine running MacOS
############
# Packages #
############
brew install tree
brew install nvm
brew install fzf
brew install highlight
#########
# Casks #
#########
# Code Editors
brew cask install visual-studio-code
brew cask install jetbrains-toolbox
# Fonts
brew cask install font-fira-code
# Tools
brew cask install dask
# Others
brew cask install java8
brew cask install docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment