Skip to content

Instantly share code, notes, and snippets.

@keehun
Forked from cassiocardoso/osx_install.sh
Last active November 19, 2019 21:48
Show Gist options
  • Save keehun/666eb74ce4388f93dce31922c208b65b to your computer and use it in GitHub Desktop.
Save keehun/666eb74ce4388f93dce31922c208b65b to your computer and use it in GitHub Desktop.
Install most of my Apps with homebrew & cask
#!/bin/sh
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install System Tools
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget
brew install git
brew install node
brew install ruby
brew install python
brew install imagemagick
brew install swiftlint
brew install youtube-dl
brew install zsh
brew install ffmpeg
brew install brew-cask
# Core Functionality
echo Install Core Apps
brew cask install --appdir="/Applications" 1password
brew cask install --appdir="/Applications" arq
brew cask install --appdir="/Applications" arq-cloud-backup
brew cask install --appdir="/Applications" caffeine
brew cask install --appdir="/Applications" dropbox
brew cask install --appdir="/Applications" firefox
brew cask install --appdir="/Applications" fork
brew cask install --appdir="/Applications" forklift
brew cask install --appdir="/Applications" google-chrome
brew cask install --appdir="/Applications" iterm2
brew cask install --appdir="/Applications" itsycal
brew cask install --appdir="/Applications" kaleidoscope
brew cask install --appdir="/Applications" mac2imgur
brew cask install --appdir="/Applications" private-internet-access
brew cask install --appdir="/Applications" slack
brew cask install --appdir="/Applications" sublime-text
brew cask install --appdir="/Applications" the-unarchiver
brew cask install --appdir="/Applications" transmission
brew cask install --appdir="/Applications" typora
brew cask install --appdir="/Applications" vanilla
brew cask install --appdir="/Applications" vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment