forked from fastai/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4_mac_dock.sh
27 lines (18 loc) · 1.02 KB
/
4_mac_dock.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
#!/bin/sh
dockutil --no-restart --remove all
dockutil --no-restart --add "/System/Applications/Launchpad.app"
dockutil --no-restart --add "/System/Applications/System Preferences.app"
dockutil --no-restart --add "/System/Applications/Safari.app"
dockutil --no-restart --add "/System/Applications/Reminders.app"
dockutil --no-restart --add "/System/Applications/Calender.app"
dockutil --no-restart --add "/Applications/Google Chrome.app"
dockutil --no-restart --add "/Applications/RStudio.app"
# dockutil --no-restart --add "/Applications/Slack.app"
dockutil --no-restart --add "/Applications/Visual Studio Code.app"
dockutil --no-restart --add "/Applications/Microsoft Teams.app"
dockutil --no-restart --add "/Applications/iterm.app"
# dockutil --no-restart --add "/Applications/Microsoft Excel.app"
# dockutil --no-restart --add "/Applications/Microsoft Word.app"
#The following adds a spacer tile in the apps section after System Preferences
# dockutil --add '' --type spacer --section apps --after "System Preferences"
killall Dock