Some cleanup

Former-commit-id: 1c996c5222
This commit is contained in:
2024-02-24 23:21:10 +00:00
parent 5bb76f38a8
commit b652b46b7f
3 changed files with 4 additions and 259 deletions

View File

@@ -2,15 +2,8 @@
mv ~/.bashrc ~/.bashrc.bak
ln -s .bashrc ~/.bashrc
ln -s .bash_aliases ~/.bash_aliases
ln -s .bash_docker ~/.bash_docker
ln -s .bash_functions ~/.bash_functions
touch ~/.bashlocal
echo "Would you like to intall the contents of the package list in the arch foler? (yes/no)"
read answer
if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then
echo "Fuck yeah"
sudo pacman -S --needed $(\cat arch/pkglist.txt)
else
echo "Exiting the script."
exit 0
fi
read -p "lol maybe it worked"
exit 0