Skip to content

Instantly share code, notes, and snippets.

@kpritam
Created September 25, 2018 17:30
Show Gist options
  • Save kpritam/763cc4bc5b3e10b7e1e58cf869ce1cb2 to your computer and use it in GitHub Desktop.
Save kpritam/763cc4bc5b3e10b7e1e58cf869ce1cb2 to your computer and use it in GitHub Desktop.
Setup new mac book (Installs brew, fish, iterm2, java, scala, sbt, chrome, slack, vs code, flycut etc.)
###########################################################
# Homebrew
# Fish Shell
# Fisherman
# Powerline Fonts
# iTerm2
curl https://raw.githubusercontent.com/ellerbrock/fish-shell-setup-osx/master/install.sh | bash
###########################################################
echo "Installing omf ..."
curl -L https://get.oh-my.fish | fish
echo "Installing bobthefish terminal theme ..."
omf install bobthefish
###########################################################
echo "Installing source-code-pro font ..."
brew tap caskroom/fonts ; brew cask install font-source-code-pro
echo "Installing sourcecodepro-nerd-font font ..."
brew cask install homebrew/cask-fonts/font-sourcecodepro-nerd-font
###########################################################
echo "Installing java8 ..."
brew cask install java8
echo "Installing scala ..."
brew install scala
echo "Installing sbt ..."
brew install sbt
###########################################################
echo "Installing chrome ..."
brew cask install google-chrome
echo "Installing slack ..."
brew cask install slack
echo "Installing Visual Studio Code ..."
brew cask install visual-studio-code
echo "Installing Source tree ..."
brew cask install sourcetree
echo "Installing Zoom ..."
brew cask install zoomus
echo "Installing flycut ..."
brew cask install flycut
echo "Installing caffeine ..."
brew cask install caffeine
###########################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment