forked from vitorleal/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcask.sh
More file actions
48 lines (39 loc) · 789 Bytes
/
cask.sh
File metadata and controls
48 lines (39 loc) · 789 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/usr/bin/env bash
# Install cask apps
function installcask() {
brew cask install "${@}" 2> /dev/null
}
# Browsers
installcask google-chrome
installcask google-chrome-canary
installcask torbrowser
installcask firefox
# Images
installcask imageoptim
installcask imagealpha
# Others
installcask google-drive
installcask transmission
installcask skype
installcask alfred
installcask cleanmymac
installcask evernote
installcask transmit
installcask chromecast
installcask iterm2
installcask 1password
# Arduino
installcask arduino
# Raspberry Pi
installcask applepi-baker
# Database
installcask mongohub
installcask sequel-pro
installcask pgadmin3
# Code
installcask virtualbox
installcask dash
installcask android-studio
installcask wireshark
installcask anybar
installcask docker