Add update-dotfiles utility
This commit is contained in:
parent
7fd2bc4192
commit
c91d7e0450
2 changed files with 85 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue