Last active
May 2, 2025 05:47
-
-
Save dakdevs/823e61c6679bc2f8754d66dab2619079 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
# Run by calling the following from the terminal: | |
# curl -sL https://fromdak.to/setup | bash | |
mac_os_settings() { | |
echo "Turning off mouse cursor acceleration..." | |
defaults write -g com.apple.mouse.scaling -1 | |
} | |
mac_os_settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment