Move everything possible into XDG directories
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja) we move all kinds of config/cache files into the XDG directories
This commit is contained in:
parent
7ceed45a28
commit
13b8724696
27 changed files with 131 additions and 42 deletions
|
|
@ -57,7 +57,7 @@ _update_repositories() {
|
|||
|
||||
ZSH_DOTENV_FILE='.env'
|
||||
|
||||
_command_exists pass && echo "Fetching $HOME/.password-store" && pass git pull
|
||||
_command_exists pass && echo "Fetching $XDG_DATA_HOME/pass" && pass git pull
|
||||
_update_dotfiles
|
||||
|
||||
cd $cwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue