aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/mpv/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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(lua): apply stylua formattingLibravatar sommerfeld2 days1-96/+116
|
* refactor: restructure to chezmoi source stateLibravatar sommerfeld2 days1-0/+138
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