kanjon's dotfiles#
- run
./setup.shor on windowspwsh setup.ps1 - Lilex Nerd Font (zip)
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
2cwwill replace two words, in helix this means selecting the word with w/e/b keys, often forgetting to push;to collapse the selection, v, then2worww. good write-up of this here.
- 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