Add basic XDG compliant sh architecture
The only file left in $HOME is .zshenv, which sets up zsh to source everything from XDG_CONFIG_HOME/zsh.
Shell files are split into sh and zsh directories, for global assignments (which should be posix compliant, work on any posix shell) like environemnt variables, xdg vars, and global aliases. zsh contains zsh specific customization (prompt customization, plugin loading, zsh completions).
Zsh initialization will pull from sh directory first, loading the respective mirror to its startup file (`.zprofile` loads `sh/profile` and `profile.d/*`, `.zshenv` loads `sh/env` and `sh/env.d/*` and `zsh/env.d/*`, `.zshrc` loads `sh/alias`, `sh/alias.d/*` and `zsh/alias.d/*`)
Once all is done, it will have loaded both global variables, aliases and settings, and zsh-only specifications. Other stow modules, if they want to add shell functionality, can include their aliases and functions in one of the above directories to automatically be picked up by zsh.
2020-02-02 15:08:40 +00:00
|
|
|
# no idea why gopass adds this image to config path
|
|
|
|
gopass-logo-small.png
|
|
|
|
#
|
2020-01-31 00:22:47 +00:00
|
|
|
# Ignore dynamic colorschemes set by styler
|
|
|
|
colorscheme.vim
|
|
|
|
colorscheme
|
|
|
|
colorscheme.py
|
|
|
|
colorscheme.rasi
|
2020-02-07 21:41:30 +00:00
|
|
|
|
|
|
|
.assets/README.md
|
2020-02-11 16:17:47 +00:00
|
|
|
|
|
|
|
# do not add massive gutenberg thesaurus to repo
|
|
|
|
nvim/.config/nvim/thesaurus
|
2020-05-13 21:31:59 +00:00
|
|
|
|
|
|
|
# mpv sponsorblock api
|
|
|
|
sponsorblock.db
|
|
|
|
sponsorblock.db.tmp
|
|
|
|
sponsorblock.txt
|
2020-06-15 19:07:21 +00:00
|
|
|
|
|
|
|
# ignore any just-in-time settings that took place in qutebrowser
|
|
|
|
qutebrowser/.config/qutebrowser/autoconfig.yml
|
2020-07-28 16:15:26 +00:00
|
|
|
|
|
|
|
# ignore vifm & ueberzug utility files
|
|
|
|
vifm-help.txt
|
|
|
|
vifmimgpdfpage
|
|
|
|
vifmimgpdffile
|
|
|
|
vifminfo
|