repos / dotfiles

my dotfiles

commit
a6f6f0d
parent
518bf07
author
Eric Bower
date
2026-03-11 12:29:47 -0400 EDT
chore: cleanup
2 files changed,  +1, -1
M dot_config/fish/config.fish
+1, -0
1@@ -46,6 +46,7 @@ abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD0
2 abbr -a mdfmt uvx --with=mdformat-gfm --with=mdformat-frontmatter --with=mdformat-gfm-alerts mdformat --wrap no
3 abbr -a gemini npx @google/gemini-cli
4 abbr -a amp npx @sourcegraph/amp
5+abbr -a cai claude --dangerously-skip-permissions
6 
7 function pw
8   tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 16; echo
M dot_config/kak/kakrc
+0, -1
1@@ -68,7 +68,6 @@ evaluate-commands %sh{
2     if command -V kak-lsp >/dev/null 2>/dev/null ; then
3         kak-lsp --kakoune -s $kak_session
4         echo "
5-            lsp-enable
6             set-option global modelinefmt \"%opt{lsp_modeline} %opt{modelinefmt}\"
7             map global user <l> %{: enter-user-mode lsp<ret>} -docstring 'LSP commands'
8             map global insert <tab> '<a-;>:try lsp-snippets-select-next-placeholders catch %{ execute-keys -with-hooks <lt>tab> }<ret>' -docstring 'Select next snippet placeholder'