I hereby claim:
- I am bdesperanza on github.
- I am bdesd (https://keybase.io/bdesd) on keybase.
- I have a public key ASCi7v0JuaGI7b0SGLNNR3WG3DKaTu90rxAxnzvxz4rTNQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # reset the system defaults | |
| # xset r rate | |
| # output the current InitialKeyRepeat`value | |
| defaults read NSGlobalDomain InitialKeyRepeat | |
| # output the current KeyRepeat`value | |
| defaults read NSGlobalDomain KeyRepeat | |
| # disable alternate characters when holding a key |
| #!/bin/bash | |
| # ============================================================================= | |
| # Script Name: add-gpg-osx-keychain.sh | |
| # Description: add gpg signing key to osx keychain | |
| # Args: $1 = <gpg key id> | |
| # Version: 1.0 | |
| # Date: 2025-01-15 | |
| # Slack: @bdesperanza | |
| # ============================================================================= |