Watch
1
0
Fork
You've already forked dotfiles
0

Add update-dotfiles utility

This commit is contained in:
Alexander Hess 2026-08-14 16:37:54 +02:00
commit c91d7e0450
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
2 changed files with 85 additions and 2 deletions

View file

@ -8,7 +8,7 @@
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share" # also set in ~/.local/bin/{generate-shell-completions,install-dotfiles}
export XDG_DATA_HOME="$HOME/.local/share" # also set in ~/.local/bin/{generate-shell-completions,install-dotfiles,update-dotfiles}
export XDG_STATE_HOME="$HOME/.local/state" # also set in ~/.local/bin/generate-shell-completions
# Make up a XDG directory for binaries (that does not exist in the standard)
@ -17,7 +17,7 @@ export XDG_BIN_HOME="$HOME/.local/bin" # also set in ~/.local/bin/install-dotfi
# Convenient names for various places in the system
export DOTFILES_DIR="$XDG_DATA_HOME/dotfiles" # also set in ~/.local/bin/install-dotfiles
export DOTFILES_DIR="$XDG_DATA_HOME/dotfiles" # also set in ~/.local/bin/{install-dotfiles,update-dotfiles}
# Generic shell configs