Created
March 31, 2018 15:40
-
-
Save robinmitra/b5021a0b1cd257c5a01fb71f31e878cf to your computer and use it in GitHub Desktop.
Homebrew packages and casks for setting up a development machine running MacOS
This file contains 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
############ | |
# 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