Last active
July 20, 2020 03:20
-
-
Save neonexus/50df2f046d4a071f1084d154727edf82 to your computer and use it in GitHub Desktop.
Add spacer to Mac OSX Dock
This file contains 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/bash | |
alias add_spacer="defaults write com.apple.dock persistent-apps -array-add '{\"tile-type\"=\"spacer-tile\";}'; killall Dock" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment