Alexander Hess
1cccb7df0e
- move all of mackup's config files into $XDG_CONFIG_HOME/mackup: + ~/.mackup.cfg => configs for mackup itself + ~/.mackup/*.cfg => custom sync rules applied by mackup - add automatic installation of `pipx` and `mackup` during the setup of the dotfiles + `pipx`'s config is moved into $XDG_CONFIG_HOME + `mackup`s config locations are adapted via a "little hack"
14 lines
493 B
INI
14 lines
493 B
INI
[application]
|
|
name = various history files
|
|
|
|
[configuration_files]
|
|
# Note: $XDG_STATE_HOME => ~/.local/state
|
|
.local/state/bash/history
|
|
# .local/state/less/history -> less overwrites the symlink unfortunately
|
|
.local/state/python/history
|
|
# tig only supports $XDG_DATA_HOME
|
|
.local/share/tig/history
|
|
# entire folder as $XDG_CONFIG_HOME/psql/psqlrc sets one history file per database
|
|
.local/state/psql
|
|
.local/state/wget/history
|
|
# .local/state/zsh/history -> zsh overwrites the symlink unfortunately
|