Skip to content

Instantly share code, notes, and snippets.

@dakdevs
Last active May 2, 2025 05:47
Show Gist options
  • Save dakdevs/823e61c6679bc2f8754d66dab2619079 to your computer and use it in GitHub Desktop.
Save dakdevs/823e61c6679bc2f8754d66dab2619079 to your computer and use it in GitHub Desktop.
#!/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