| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-21 | git: don't force external difft | -1/+0 | ||
| Ok so this is a deep cut. The problem is that when you have diff.external set, it overrides *everything*. So if you want to have, for example, a textconv diff filter… you just can't do that. Even passing --no-ext is questionable. Instead, just require the use of `dt` / --ext-diff. It's tragic :( | ||||
| 2024-04-21 | fish/setux: don't -el the arg | -1/+1 | ||
| It honestly makes no sense, why did I do this? It breaks on older fish and is really unnecessary. | ||||
| 2024-04-21 | sh/zoxide: also alias cd | -0/+5 | ||
| To my knowledge there's no advantage to the builtin over `z`. Maybe syntax highlighting? Anyway I forget to type `z` pretty often, so just alias cd. | ||||
| 2024-04-20 | nvim/conjure: use stdio for janet | -0/+1 | ||
| 2024-04-14 | git: add sr.ht support | -2/+19 | ||
| 2024-03-09 | nvim: add markdown quote ftplugin | -0/+76 | ||
| I increase/decrease quote levels a lot, so I figured I'd write a small thing for doing that more easily in visual mode. This isn't without problems. Known bugs: * In normal-mode, it's a bit slow (waiting for more inputs? possible, but if you give it more inputs it just does it twice). * You cannot increase/decrease indentation with <</>> with this on. This is mostly a bummer for code blocks. * Doesn't work with indentation-based quoting, rather than >. But it's good enough for me, eh? | ||||
| 2024-03-08 | fish: rework .() | -1/+10 | ||
| 1. We default to $PATH now, but allow having an explicit $DOTPATH. This is important because the UX of source-ing /bin/ls is bad. 2. Explicit handling for real paths (/*, ./*, ../*). | ||||
| 2024-03-08 | sh: remove old .local/lib/sh | -97/+0 | ||
| 2024-03-08 | sh: move from ~/.local/lib/sh to ~/.local/share/sh | -0/+106 | ||
| It's debatable but ultimately it *is* arch-independent and ro. | ||||
| 2024-03-07 | git: difftastic is optional, add local.config | -10/+15 | ||
| 2024-03-01 | nvim: mini.bracketed indent-mode looks for different indent levels | -1/+3 | ||
| 2024-02-17 | git: a bunch of updates to the config, just read it tbh | -6/+68 | ||
| 2024-02-17 | nvim: disable flash search by default | -1/+6 | ||
| 2024-01-29 | xh: use config.json for following | -1/+5 | ||
| 2024-01-28 | nvim: repeat, surround, wrap & new os-specific plugins | -0/+14 | ||
| 2024-01-28 | lib/sh: add jaq plugin | -0/+2 | ||
| 2024-01-28 | editorconfig: expand markdown styles to janet, json, yaml, and yml | -1/+1 | ||
| 2023-12-27 | nvim: disable starter | -1/+1 | ||
| 2023-12-21 | dig: add | -0/+1 | ||
| 2023-12-06 | nvim: updates, improvements, and cleanup | -63/+15 | ||
| 2023-11-01 | fastfetch: move to jsonc, use new ~ expansion | -13/+36 | ||
| 2023-11-01 | git: among us | -1/+1 | ||
| 2023-09-17 | lsd: remove deprecated themese | -30/+0 | ||
| 2023-09-07 | sh: add eza | -0/+8 | ||
| 2023-08-28 | lsd: update theme system for 1.0.0 | -1/+31 | ||
| 2023-08-10 | lib/sh: add zoxide | -0/+6 | ||
| 2023-08-03 | nvim: move to nfnl | -1/+1 | ||
| 2023-07-31 | sh/ugrep: make `g` an alias for the grep emulation | -0/+1 | ||
| 2023-07-20 | nvim: update starlight theme | -14/+14 | ||
| 2023-07-17 | nvim: flash: verylazy | -0/+1 | ||
| 2023-07-12 | nvim: misc updates | -3/+47 | ||
| 2023-06-22 | fish: add ^x^e binding | -0/+1 | ||
| 2023-06-07 | fish: add setux function | -0/+9 | ||
| 2023-06-07 | update lsps | -1/+2 | ||
| 2023-05-31 | nvim: re-enable janet.vim | -1/+0 | ||
| 2023-05-30 | nvim: custom telescope starter | -6/+10 | ||
| 2023-05-30 | fastfetch: template for home dir | -1/+1 | ||
| 2023-05-07 | git: drastically clean config | -33/+0 | ||
| might do more later might add new stuff later like uh pretty.<name> seems nice :eyes: | ||||
| 2023-05-07 | git: new funny git diff algo | -0/+2 | ||
| 2023-05-07 | nvim: improve lsp option handling, add zls | -17/+26 | ||
| 2023-05-05 | nvim: update misc things | -0/+4 | ||
| 2023-05-04 | nvim: many changes | -26/+46 | ||
| * add pre and post dot lua with dofile * disable janet plugin (todo: remove once I confirm that the treesitter impl is good enough) * treesitter on janet * custom janet ft detection | ||||
| 2023-05-02 | add ~ level editorconfig | -0/+14 | ||
| 2023-04-29 | nvim: lsp: don't autostart deno or ts lsps | -0/+2 | ||
| 2023-04-26 | nvim: remove color.lua | -10/+0 | ||
| 2023-04-26 | nvim: add starlight b16 theme | -0/+64 | ||
| 2023-04-24 | nvim: update bindings | -0/+69 | ||
| 2023-04-14 | nvim: add clangd lsp | -0/+1 | ||
| 2023-04-13 | nvim: bring back readline | -0/+16 | ||
| 2023-04-13 | support fastfetch | -0/+13 | ||
