forked from Rareloop/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cask
More file actions
executable file
·69 lines (59 loc) · 1.51 KB
/
.cask
File metadata and controls
executable file
·69 lines (59 loc) · 1.51 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Install native apps
brew tap homebrew/cask
brew tap homebrew/cask-fonts
function installcask() {
brew install "${@}" --cask 2> /dev/null
}
# Get API key at https://panel.preyproject.com/settings
# HOMEBREW_NO_ENV_FILTERING=1 API_KEY="UPDATEME" brew cask install prey
# Essential Mac
installcask raycast
installcask contexts
installcask bettertouchtool
installcask karabiner-elements
installcask the-unarchiver
# Tripmode will automatically activate when installed and cut off further installations... so do this manually.
# installcask tripmode
# Work
installcask slack
installcask visual-studio-code
installcask 1password
installcask google-drive-file-stream
installcask authy
# Apps
installcask google-chrome
# installcask steam
# installcask transmission
installcask vlc
installcask nordvpn
installcask cakebrew
# installcask macdown
# installcask leech
# installcask colorpicker
# installcask colorpicker-hex
# development
installcask imagealpha
installcask imageoptim
installcask iterm2
# installcask sequel-pro
# installcask cyberduck
# installcask virtualbox
# installcask vagrant
# installcask vagrant-manager
installcask adobe-creative-cloud
installcask postman
# quicklook
installcask 'qlcolorcode'
installcask 'qlstephen'
installcask 'qlmarkdown'
installcask 'quicklook-json'
installcask 'qlprettypatch'
installcask 'quicklook-csv'
installcask 'betterzipql'
installcask 'qlimagesize'
installcask 'webpquicklook'
installcask 'suspicious-package'
# Fonts
installcask font-fira-code
installcask font-source-sans-pro
brew cleanup