Created
April 12, 2019 20:03
-
-
Save lschmierer/6c852d01075089f9b9f88c83d5216e0d to your computer and use it in GitHub Desktop.
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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# install fish shell | |
brew install fish | |
cat /etc/shells|grep /usr/local/bin/fish || sudo sh -c 'echo "/usr/local/bin/fish" >> /etc/shells' | |
chsh -s /usr/local/bin/fish | |
# install Google Chrome | |
brew cask install google-chrome | |
# install Spotify | |
brew cask install spotify | |
# install Visual Studio Code | |
brew cask install visual-studio-code | |
# install Signal | |
brew cask install signal | |
# install Telegram | |
brew cask install telegram | |
# install WhatsApp | |
brew cask install whatsapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment