a creature's config
0

Configure Feed

Select the types of activity you want to include in your feed.

Shell 52.3%
Lua 30.8%
Nushell 15.5%
PowerShell 0.5%
Other 0.9%
29 1 0

Clone this repository

https://tangled.org/kanjon.art/dots https://tangled.org/did:plc:lwhcmbv47lyocpami4u6nadv
git@tangled.org:kanjon.art/dots git@tangled.org:did:plc:lwhcmbv47lyocpami4u6nadv

For self-hosted knots, clone URLs may differ based on your setup.



README.md

kanjon's dotfiles#

useful packages#

note to self: it's way easier to install these as-needed than to try to script them in setup

  • nushell
    • brew or nushell-packaged repos
  • carapace, starship
    • brew or mise
  • fzf, yazi, jjui
    • brew or mise
  • neovim
    • brew, mise, or neovim appimage
    • mise version may also need tree-sitter
  • jj, jjui
    • brew or mise

keymaps#

I like to hold down caps lock as a mode-shift key; on desktop PCs this is done with Karabiner (macOS) / AutoHotKey (Windows) and on iPad this is done by binding caps lock to option (in global settings app) and then using alt-key bindings via Zellij.

Colemak QWERTY Effect
UNEI IJKL arrow keys
LY UO home/end
JH YH pg up/down
O ; backspace
; P delete
A A backspace
Q Q escape

notes to self#

  • helix vs nvim
    • helix is very "batteries included" which is nice, and has a cool model of selection first that feels fun. but something about selections having a head/tail makes this frustrating; when in vim 2cw will replace two words, in helix this means selecting the word with w/e/b keys, often forgetting to push ; to collapse the selection, v, then 2w or ww. good write-up of this here.