Remove pyenv
This commit is contained in:
parent
94885eb368
commit
3bf8c424f6
3 changed files with 0 additions and 10 deletions
|
@ -27,11 +27,6 @@ mkdir -p dl docs pics
|
|||
chown "$USER" dl docs pics
|
||||
su - "$USER" -c "xdg-user-dirs-update"
|
||||
|
||||
su - "$USER" <<EOF
|
||||
pyenv install 3.13
|
||||
pyenv global 3.13
|
||||
EOF
|
||||
|
||||
mkdir "$USER_HOME/.ssh"
|
||||
chown "$USER" "$USER_HOME/.ssh"
|
||||
chmod 700 "$USER_HOME/.ssh"
|
||||
|
|
|
@ -4,7 +4,6 @@ docker-compose
|
|||
eza
|
||||
kitty
|
||||
neovim
|
||||
pyenv
|
||||
starship
|
||||
tinyxxd
|
||||
ttf-jetbrains-mono
|
||||
|
|
|
@ -27,10 +27,6 @@ if (( $+commands[go] )); then
|
|||
path+="$HOME/go/bin"
|
||||
fi
|
||||
|
||||
if (( $+commands[pyenv] )); then
|
||||
source <(pyenv init -)
|
||||
fi
|
||||
|
||||
if (( $+commands[fzf] )); then
|
||||
source <(fzf --zsh)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue