Use XDG Standard

This commit is contained in:
js0ny 2024-11-01 12:37:02 +00:00
parent fbe6495c85
commit 68892183bc
8 changed files with 17 additions and 12 deletions

View file

@ -1,5 +1,5 @@
# ~/.config/zsh/.zshrc
# ln -s $DOTFILES/mac/.zshrc ~/.config/zsh/.zshrc
# $XDG_CONFIG_HOME/zsh/.zshrc
# ln -s $DOTFILES/mac/.zshrc $XDG_CONFIG_HOME/zsh/.zshrc
### Variables ###
export DOTFILES="$HOME/.dotfiles"