diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-11-16 18:06:41 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-11-16 18:06:41 -0500 |
| commit | cba0fcc03d9cbab623eae419d308c5b1f7c1b193 (patch) | |
| tree | d2fe9b76a7d323fb21605bb2e26298c37399832b /.config/shell/files | |
| parent | 3215e7b4bb25f04db9caa4677caf32899de3e4c9 (diff) | |
| download | eibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.tar.gz eibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.tar.zst eibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.zip | |
old stuff removed
many files renamed, possible breakage
Diffstat (limited to '.config/shell/files')
| -rw-r--r-- | .config/shell/files | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/shell/files b/.config/shell/files new file mode 100644 index 0000000..7acbb66 --- /dev/null +++ b/.config/shell/files @@ -0,0 +1,23 @@ +# These files automatically update when edited/saved in vim: + +# keys filename description +bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files # This file, a list of bookmarked files +bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs # A list of bookmarked directories similar to this file +cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Colors, themes and variables for X11 +cfb ~/.local/src/dwmblocks/config.h # dwmblocks: the status bar for dwm + + +# These do not update automatically, but on the next new instance of a program: + +cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim # vim/neovim config +cfz $ZDOTDIR/.zshrc # zsh (shell) config +cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc # aliases used by zsh (and potentially other shells) +cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile # profile file for login settings for zsh +cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc # mutt (email client) config +cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config # newsboat (RSS reader) +cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls # RSS urls for newsboat +cfmb ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/bindings # ncmpcpp (music player) keybinds file +cfmc ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/config # ncmpcpp (music player) config +cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc # lf (file browser) config +cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope # lf's scope/preview file +cfX ${XDG_CONFIG_HOME:-$HOME/.config}/sxiv/exec/key-handler # sxiv (image viewer) key/script handler |
