privatize karabiner and add macos-isms
This commit is contained in:
parent
0c1bbf2724
commit
8a03de58b9
21 changed files with 25004 additions and 22346 deletions
|
|
@ -39,6 +39,8 @@ size = 15.5
|
||||||
size = 20.0
|
size = 20.0
|
||||||
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
|
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
|
||||||
size = 15.0
|
size = 15.0
|
||||||
|
{{ else if eq .chezmoi.hostname "altair" -}}
|
||||||
|
size = 20.5
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
size = 19.0
|
size = 19.0
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
@ -112,7 +114,7 @@ key = "Return"
|
||||||
mods = "Alt"
|
mods = "Alt"
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
action = "ToggleFullscreen"
|
action = "ToggleSimpleFullscreen"
|
||||||
key = "Return"
|
key = "Return"
|
||||||
mods = "Command"
|
mods = "Command"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
if command -vq flatpak
|
||||||
set -ga fish_user_paths ~/.local/share/flatpak/exports/bin /var/lib/flatpak/exports/bin
|
set -ga fish_user_paths ~/.local/share/flatpak/exports/bin /var/lib/flatpak/exports/bin
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,9 @@ log = "nearby(8) | @..main@origin | main@origin::@ | @:: | visible_heads() ~ boo
|
||||||
"diff token" = { underline = false }
|
"diff token" = { underline = false }
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
|
subprocess = true
|
||||||
push-bookmark-prefix = "barakmich/"
|
push-bookmark-prefix = "barakmich/"
|
||||||
|
push-new-bookmarks = true
|
||||||
# Prevent pushing work in progress or anything explicitly labeled "private"
|
# Prevent pushing work in progress or anything explicitly labeled "private"
|
||||||
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'XXX*')"
|
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'XXX*')"
|
||||||
|
|
||||||
|
|
|
||||||
2649
dot_config/karabiner/private_karabiner.json
Normal file
2649
dot_config/karabiner/private_karabiner.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -58,3 +58,7 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[status]
|
||||||
|
submodulesummary = 1
|
||||||
|
[submodule]
|
||||||
|
recurse = true
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ bind-key C-p previous-window
|
||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g default-terminal tmux-256color
|
set -g default-terminal tmux-256color
|
||||||
set-option -g default-shell /bin/fish
|
#set-option -g default-shell /bin/fish
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
new -d
|
new -d
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,4 @@ bindkey '\e[5~' insert-last-word # Page up key
|
||||||
if [ -z "$GOPATH" ]; then
|
if [ -z "$GOPATH" ]; then
|
||||||
export GOPATH="$HOME/.go/"
|
export GOPATH="$HOME/.go/"
|
||||||
fi
|
fi
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue