-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup_dock.sh
executable file
·31 lines (25 loc) · 1.52 KB
/
setup_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
28
29
30
31
dockutil --no-restart --remove all
dockutil --no-restart --add '~' --view grid --display folder --section apps
dockutil --no-restart --add '/System/Applications/Siri.app'
dockutil --no-restart --add '/System/Applications/Launchpad.app'
dockutil --no-restart --add 'Productivity' --type spacer --section apps --after 'Launchpad'
dockutil --no-restart --add '/Applications/Firefox.app'
dockutil --no-restart --add '/Applications/Spark.app'
dockutil --no-restart --add '/Applications/Trello.app'
dockutil --no-restart --add '/Applications/Slack.app'
dockutil --no-restart --add '/System/Applications/Calendar.app'
dockutil --no-restart --add '/System/Applications/Messages.app'
dockutil --no-restart --add 'Programming' --type spacer --section apps --after 'Messages'
dockutil --no-restart --add '/Applications/iTerm.app'
dockutil --no-restart --add '/Applications/Atom.app'
dockutil --no-restart --add '/Applications/PyCharm.app'
dockutil --no-restart --add '/Applications/WebStorm.app'
dockutil --no-restart --add '/Applications/IntelliJ IDEA.app'
dockutil --no-restart --add '/Applications/Visual Studio Code.app'
dockutil --no-restart --add 'System' --type spacer --section apps --after 'Visual Studio Code'
dockutil --no-restart --add '/Applications/LastPass.app'
dockutil --no-restart --add '/Applications/Authy Desktop.app'
dockutil --no-restart --add '/System/Applications/App Store.app'
dockutil --no-restart --add '/System/Applications/System Preferences.app'
dockutil --no-restart --add '~/Downloads' --view grid --display stack
killall Dock