Skip to content

Instantly share code, notes, and snippets.

@mikedugan
Created November 10, 2014 21:49
Show Gist options
  • Save mikedugan/66995892108452aa4796 to your computer and use it in GitHub Desktop.
Save mikedugan/66995892108452aa4796 to your computer and use it in GitHub Desktop.
OS X Dock Seperator
alias docksep=docksep
docksep() {
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment