mirror of
https://github.com/mrfluffy-dev/artix-setup.git
synced 2026-01-17 05:10:34 +00:00
adding the scripts
This commit is contained in:
33
setup2.sh
Normal file
33
setup2.sh
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user