diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
| commit | 4825f8467feb7375ccff0336479eba255f074919 (patch) | |
| tree | e397fe0f402a2269d78e160cca4f30da009f7df3 /dotfiles/common/.stow-local-ignore | |
| parent | d25202a99416d22534385ac11553d95956e83da3 (diff) | |
| download | archsetup-4825f8467feb7375ccff0336479eba255f074919.tar.gz archsetup-4825f8467feb7375ccff0336479eba255f074919.zip | |
feat(dotfiles): manage calibre via directory symlink, add ncmpcpp bindings
Calibre does atomic writes that break individual stow symlinks. Exclude
calibre from stow and use a directory symlink instead. Add ncmpcpp
keybindings for space/pause, arrow seek, playlist add, visualization.
Diffstat (limited to 'dotfiles/common/.stow-local-ignore')
| -rw-r--r-- | dotfiles/common/.stow-local-ignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/common/.stow-local-ignore b/dotfiles/common/.stow-local-ignore new file mode 100644 index 0000000..12d7e23 --- /dev/null +++ b/dotfiles/common/.stow-local-ignore @@ -0,0 +1,4 @@ +# Calibre: managed as a directory symlink, not individual file symlinks. +# Calibre does atomic writes that replace symlinks with real files, +# so the entire ~/.config/calibre dir symlinks to the repo instead. +\.config/calibre |
