add setup script for coder

This commit is contained in:
Tyrel Souza 2023-11-16 00:07:39 -05:00
parent 05b27b8658
commit 35fd237fbe
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 12 additions and 0 deletions

12
setup.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
sudo apt update
sudo apt install python3 python3.10-venv zsh nitch
chsh -s /bin/zsh
ln -s home/config $HOME/.config
ln -s home/bin $HOME/bin
ln -s home/gitconfig $HOME/.gitconfig
ln -s home/shell_aliases $HOME/.shell_aliases
ln -s home/shell_funcs $HOME/.shell_funcs
#ln -s home/zshrc $HOME/.zshrc