Skip to content

Commit bd57f89

Browse files
committed
Add a few utility apps
1 parent 2b36e83 commit bd57f89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Brewfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ cask "evernote"
4848
cask "fantastical"
4949
cask "firefox"
5050
cask "google-chrome"
51+
cask "logitech-options"
5152
cask "luna-display"
53+
cask "mattr-slate"
5254
cask "notion"
5355
cask "obs"
5456
cask "slack" unless File.exist?('/Applications/Slack.app')
55-
cask "mattr-slate"
57+
cask "sonos"
5658
cask "spotify"
5759
cask "superhuman"
5860
cask "zoom"

run/after/z_macos_setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dockutil --add /Applications/Slack.app --no-restart
3535
dockutil --add /Applications/Notion.app --no-restart
3636
dockutil --add /Applications/Reeder.app --no-restart
3737
dockutil --add /Applications/Spotify.app --no-restart
38+
dockutil --add /Applications/Sonos.app --no-restart
39+
dockutil --add /Applications/Bear.app --no-restart
3840
dockutil --add /System/Applications/Messages.app --no-restart
3941
dockutil --add ~/Downloads --display stack # Implicitly restarts the Dock.
4042
set +x

0 commit comments

Comments
 (0)