Skip to content

Instantly share code, notes, and snippets.

@jasondaihl
Last active January 8, 2016 14:21
Show Gist options
  • Select an option

  • Save jasondaihl/f9ea1746d0c4b12cb02f to your computer and use it in GitHub Desktop.

Select an option

Save jasondaihl/f9ea1746d0c4b12cb02f to your computer and use it in GitHub Desktop.
#!/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