mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
# 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.lua # 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
|
|
cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc # lf (file browser) config
|
|
cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/preview # lf's preview file
|
|
cfX ${XDG_CONFIG_HOME:-$HOME/.config}/nsxiv/exec/key-handler # nsxiv (image viewer) key/script handler
|