Set XDG vars for python

This commit is contained in:
ItsDrike 2023-08-02 01:45:32 +02:00
parent 08973fb001
commit be2013e4d4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 22 additions and 3 deletions

View file

@ -62,8 +62,7 @@ pyenv install -l | cut -d' ' -f3 | grep -E '^3\.6\.[0-9]+$' | tail -n 1 | xargs
# Copy other user configurations
mkdir -p ~/.local
cp -ra home/.local/bin ~/.local
cp -a home/.python_history ~
touch ~/.cache/python_history
cp -ra home/.config/python ~/.config
install -m 700 -d ~/.local/share/gnupg
mkdir -p ~/.local/share/npm/lib
cp -ra home/.config/btop ~/.config