mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Set XDG vars for python
This commit is contained in:
parent
08973fb001
commit
be2013e4d4
5 changed files with 22 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue