This commit is contained in:
mr0xb 2026-05-15 12:58:08 -04:00
commit 807b7a4504
No known key found for this signature in database
GPG key ID: D61C4E28AAE1BC5C
18 changed files with 567 additions and 0 deletions

3
.local/bin/confetti.scpt Executable file
View file

@ -0,0 +1,3 @@
tell application "System Events"
keystroke "c" using {option down, command down}
end tell

3
.local/bin/goland Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
open -na "GoLand.app" --args "$@"