adding the scripts

This commit is contained in:
Zastian Pretorius
2021-05-30 22:20:25 +02:00
parent c2e7039deb
commit 04d7f9c5e2
2 changed files with 104 additions and 0 deletions

33
setup2.sh Normal file
View File

@@ -0,0 +1,33 @@
!#/bin/sh
name = $USER
cd /home/$name
echo installing paru pacage manager
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si --noconfirm
cd ..
rm -R paru-bin
echo installing pacages with paru
paru
paru -S \
themix-full-git \
picom-jonaburg-git \
polybar \
nerd-fonts-iosevka \
noto-fonts-emoji \
git clone https://github.com/ZastianPretorius/config.git
cd config
for entry in *
do
mv $entry /home/$name/$entry
done
cd
mkdir Pictures
cd Pictures
git clone https://github.com/ZastianPretorius/wallpapers.git
read -sp "sudo password:" pass
sudo rc-update add NetworkManager | echo $pass
suso rc-update add lightdm | echo $pass