Created
June 14, 2022 10:18
-
-
Save Otterpohl/7ba61ad198775a262e588fe4169eafc3 to your computer and use it in GitHub Desktop.
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
# Left side | |
defaults write com.apple.dock persistent-apps -array-add '{tile-type="spacer-tile";}' | |
killall Dock | |
# Right Side | |
defaults write com.apple.dock persistent-others -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