Skip to content

Instantly share code, notes, and snippets.

@lschmierer
Created April 12, 2019 20:03
Show Gist options
  • Save lschmierer/6c852d01075089f9b9f88c83d5216e0d to your computer and use it in GitHub Desktop.
Save lschmierer/6c852d01075089f9b9f88c83d5216e0d to your computer and use it in GitHub Desktop.
/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