Skip to content

Instantly share code, notes, and snippets.

View rbrigby's full-sized avatar

Ryan rbrigby

View GitHub Profile
@rbrigby
rbrigby / arm-mac.md
Last active December 2, 2024 17:09
Configure ARM OSX

ARM Mac Tools

Apparently github does not allow you to pop tabs. So just Right click and open tab in new tab

Important Links

Mac Prefs

  • add 3 fingerprints (both index and right middle finger)
  • extend screensaver timeout
@rbrigby
rbrigby / gist:d03be8472380e58cc0c9ef9968172158
Created June 2, 2025 18:22
Mac + Cursor + VIM + Key Repeat.
$ osascript -e 'id of app "Cursor"'
mine looked like this: com.todesktop.230313mzl4w4u92
Then do:
$defaults write <app id goes here> ApplePressAndHoldEnabled -bool false
And restart Cursor :boom: