Skip to content

Instantly share code, notes, and snippets.

@TheTechRobo
Last active May 7, 2020 19:50
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 TheTechRobo/38474ffe1b2b02dd2c5c54be7b51baa8 to your computer and use it in GitHub Desktop.
Save TheTechRobo/38474ffe1b2b02dd2c5c54be7b51baa8 to your computer and use it in GitHub Desktop.
Get rid (almost) of the Mac Dock (http://thetechrobo.byethost8.com/yourls/1)
defaults write com.apple.Dock autohide-delay -float 3 && killall Dock
echo "Now your Dock, when you hide it, will take at least three seconds to reopen, for me it takes 4-5 secs."
echo "Just turn on Dock hiding and it will work"
@TheTechRobo
Copy link
Author

To start, goto your Terminal, cd into the folder it downloaded into (~ or ~/Downloads or ~/Documents or ~/Desktop normally) and type:
chmod +x byeByeDock.sh
Then:
./byeByeDock.sh
And it should load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment