15
bashset.sh
15
bashset.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user