Files
artix-setup/setup2.sh
Zastian Pretorius 04d7f9c5e2 adding the scripts
2021-05-30 22:20:25 +02:00

34 lines
683 B
Bash

!#/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