-
-
Save lawrence79/cc03bedb793767d4a87e08e3d92952b8 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.)
This file contains hidden or 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
########################################################### | |
# 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