forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cask.sh
executable file
·31 lines (26 loc) · 844 Bytes
/
cask.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Install native apps
# Usage: `sh cask.sh`
# brew install homebrew/cask/brew-cask
brew tap homebrew/cask-versions
brew tap homebrew/cask-fonts
brew install --cask android-file-transfer
brew install --cask dropbox
brew install --cask google-chrome
brew install --cask iterm2
brew install --cask sublime-text
brew install --cask the-unarchiver
brew install --cask transmission
brew install --cask ukelele
brew install --cask vlc
brew install --cask alfred
brew install --cask microsoft-office
brew install --cask whatsapp
brew install --cask google-drive
brew install --cask spotify
brew install --cask steam
brew install --cask numi
brew install --cask skitch
brew install --cask sizeup
brew install --cask sqlitestudio
brew install --cask font-source-code-pro
echo "Remember to install the following apps: quiver, sonos, vscode insisders"