privatize karabiner and add macos-isms

This commit is contained in:
Barak Michener 2025-01-29 12:03:26 -08:00
parent 0c1bbf2724
commit 8a03de58b9
21 changed files with 25004 additions and 22346 deletions

View file

@ -19,7 +19,9 @@ log = "nearby(8) | @..main@origin | main@origin::@ | @:: | visible_heads() ~ boo
"diff token" = { underline = false }
[git]
subprocess = true
push-bookmark-prefix = "barakmich/"
push-new-bookmarks = true
# Prevent pushing work in progress or anything explicitly labeled "private"
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'XXX*')"