This commit is contained in:
Tyrel Souza 2023-11-16 00:10:42 -05:00
parent 35fd237fbe
commit 345d414f91
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 3 additions and 2 deletions

View File

@ -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