Last active
January 8, 2016 14:21
-
-
Save jasondaihl/f9ea1746d0c4b12cb02f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| dockutil --no-restart --remove all | |
| dockutil --no-restart --add "/Applications/2Do.app" | |
| dockutil --no-restart --add "/Applications/Microsoft Outlook.app" | |
| dockutil --no-restart --add "$HOME/Applications/HipChat.app" | |
| dockutil --no-restart --add "$HOME/Applications/Slack.app" | |
| dockutil --no-restart --add "/Applications/Messages.app" | |
| dockutil --no-restart --add "$HOME/Applications/Safari.app" | |
| dockutil --no-restart --add "$HOME/Applications/Google Chrome.app" | |
| dockutil --no-restart --add "$HOME/Applications/Firefox.app" | |
| dockutil --no-restart --add "$HOME/Applications/iTerm.app" | |
| dockutil --no-restart --add "$HOME/Applications/Spotify.app" | |
| killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment