Skip to content

Commit 2850e9b

Browse files
committed
Add QL plugins and Color pickers to cask list.
1 parent 946e68f commit 2850e9b

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

init/30_osx_homebrew_casks.sh

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ brew cask info this-is-somewhat-annoying 2>/dev/null
1818

1919
# Homebrew casks
2020
casks=(
21-
# Password required
22-
chronosync
23-
remote-desktop-connection
24-
totalfinder
25-
transmission-remote-gui
26-
# No password required
21+
# Applications
2722
a-better-finder-rename
2823
bettertouchtool
2924
charles
3025
chromium
26+
chronosync
3127
dropbox
3228
fastscripts
3329
firefox
@@ -37,19 +33,37 @@ casks=(
3733
iterm2
3834
launchbar
3935
macvim
36+
menumeters
4037
moom
41-
reaper
4238
race-for-the-galaxy
39+
reaper
40+
remote-desktop-connection
4341
sonos
4442
spotify
4543
steam
4644
synology-assistant
4745
teamspeak-client
4846
the-unarchiver
4947
todoist
48+
totalfinder
5049
tower
50+
transmission-remote-gui
5151
vlc
5252
whatsize
53+
# Quick Look plugins
54+
betterzipql
55+
qlcolorcode
56+
qlmarkdown
57+
qlprettypatch
58+
qlstephen
59+
quicklook-csv
60+
quicklook-json
61+
quicknfo
62+
suspicious-package
63+
webp-quicklook
64+
# Color pickers
65+
colorpicker-developer
66+
colorpicker-skalacolor
5367
)
5468

5569
# Install Homebrew casks.

0 commit comments

Comments
 (0)