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

@ -39,6 +39,8 @@ size = 15.5
size = 20.0
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
size = 15.0
{{ else if eq .chezmoi.hostname "altair" -}}
size = 20.5
{{ else -}}
size = 19.0
{{ end }}
@ -112,7 +114,7 @@ key = "Return"
mods = "Alt"
[[keyboard.bindings]]
action = "ToggleFullscreen"
action = "ToggleSimpleFullscreen"
key = "Return"
mods = "Command"

View file

@ -1,4 +1,4 @@
set PATH ~/bin ~/.local/bin ~/.go/bin ~/.cargo/bin /bin /sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin ~/.cabal/bin ~/.ghcup/bin /usr/lib/go/bin ~/.gem/ruby/1.9.1/bin ~/.rye/shims $PATH
set PATH ~/bin ~/.local/bin ~/.go/bin ~/.cargo/bin /opt/homebrew/bin /bin /sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin ~/.cabal/bin ~/.ghcup/bin /usr/lib/go/bin ~/.gem/ruby/1.9.1/bin ~/.rye/shims $PATH
if command -vq flatpak
set -ga fish_user_paths ~/.local/share/flatpak/exports/bin /var/lib/flatpak/exports/bin

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*')"

File diff suppressed because it is too large Load diff