aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
Commit message (Collapse)AuthorAgeFilesLines
* style(nvim): drop unused nvmap helper; reformat treesitter keymapsLibravatar sommerfeld2 days2-57/+24
| | | | Also removes a stray ANSI escape in treesitter.lua.
* refactor(mpv): use local capture() instead of monkey-patching osLibravatar sommerfeld2 days1-4/+5
| | | | | | Module-local function avoids selene's incorrect_standard_library_use lint and stops polluting the os namespace. Inner url variable renamed to remove shadowing warning.
* style: apply prettier and taplo to css/json/jsonc/tomlLibravatar sommerfeld2 days4-96/+123
|
* style(shell): apply shfmt (-i 2 -ci -s)Libravatar sommerfeld2 days1-21/+21
|
* style(lua): apply stylua formattingLibravatar sommerfeld2 days6-136/+212
|
* Revert partial meta cleanup: restore mold, choose, curlie, dogLibravatar sommerfeld2 days1-0/+1
| | | | | | | | | - mold moves cpp→dev (broader home; used by both Rust and C++ builds) - choose/curlie/dog restored to base (actively used) - restore 'alias curl=curlie' to match linux-headers stays only in nvidia.txt (pulled by nvidia-dkms; no other DKMS packages in the set).
* chore(zsh): drop 'stow' alias (migrated to chezmoi)Libravatar sommerfeld2 days1-1/+0
|
* fix(zsh): drop 'curl=curlie' alias (curlie removed from base)Libravatar sommerfeld2 days1-1/+0
|
* refactor: restructure to chezmoi source stateLibravatar sommerfeld2 days74-0/+3972
Rename home/ contents to chezmoi naming conventions: - dot_ prefix for dotfiles and dot-dirs - private_dot_ for .gnupg and .ssh directories - private_ for 0600 files (nym.pub) - executable_ for scripts in .local/bin and display-toggle.sh - symlink_ for mimeapps.list symlink