From 345d414f914773f089669b24b55bc1ba68077a32 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 16 Nov 2023 00:10:42 -0500 Subject: [PATCH] fix --- setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index a2ddcf9..250027d 100755 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,9 @@ #!/bin/bash sudo apt update -sudo apt install python3 python3.10-venv zsh nitch -chsh -s /bin/zsh +sudo apt install python3 python3-venv zsh + +sudo curl https://pyenv.run | bash ln -s home/config $HOME/.config ln -s home/bin $HOME/bin