Skip to content

Instantly share code, notes, and snippets.

@kherge
Last active July 13, 2022 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kherge/46713c0e8e88ebdd2c38215454464108 to your computer and use it in GitHub Desktop.
Save kherge/46713c0e8e88ebdd2c38215454464108 to your computer and use it in GitHub Desktop.
macOS Customizations
# Docker spacer icon.
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' \
&& killall Dock
# Faster dock hiding/showing.
defaults write com.apple.dock autohide-delay -float 0 \
&& defaults write com.apple.dock autohide-time-modifier -float 0.5 \
&& killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment