mirror of
https://github.com/mrfluffy-dev/artix-setup.git
synced 2026-01-17 05:10:34 +00:00
test 3
This commit is contained in:
1
setup.sh
1
setup.sh
@@ -5,6 +5,7 @@ echo Installing all the needed pacages from main artix/arch repo
|
|||||||
pacman -S \
|
pacman -S \
|
||||||
xorg \
|
xorg \
|
||||||
lightdm \
|
lightdm \
|
||||||
|
lightdm-openrc \
|
||||||
lightdm-gtk-greeter \
|
lightdm-gtk-greeter \
|
||||||
lightdm-gtk-greeter-settings \
|
lightdm-gtk-greeter-settings \
|
||||||
xmonad \
|
xmonad \
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ git clone https://aur.archlinux.org/paru-bin.git
|
|||||||
cd paru-bin || exit 1
|
cd paru-bin || exit 1
|
||||||
makepkg -si
|
makepkg -si
|
||||||
cd .. || exit 1
|
cd .. || exit 1
|
||||||
rm -R paru-bin
|
rm -R -f paru-bin
|
||||||
echo installing pacages with paru
|
echo installing pacages with paru
|
||||||
paru
|
paru
|
||||||
paru -S \
|
paru -S \
|
||||||
@@ -24,6 +24,10 @@ for entry in *
|
|||||||
do
|
do
|
||||||
mv "$entry" /home/"$name"/"$entry"
|
mv "$entry" /home/"$name"/"$entry"
|
||||||
done
|
done
|
||||||
|
for entry in .*
|
||||||
|
do
|
||||||
|
mv "$entry" /home/"$name"/"$entry"
|
||||||
|
done
|
||||||
cd || exit 1
|
cd || exit 1
|
||||||
mkdir Pictures
|
mkdir Pictures
|
||||||
cd Pictures || exit 1
|
cd Pictures || exit 1
|
||||||
@@ -31,6 +35,6 @@ git clone https://github.com/ZastianPretorius/wallpapers.git
|
|||||||
printf "sudo password:"
|
printf "sudo password:"
|
||||||
read -r pass
|
read -r pass
|
||||||
echo "$pass" | sudo rc-update add NetworkManager
|
echo "$pass" | sudo rc-update add NetworkManager
|
||||||
echo "$pass" | suso rc-update add lightdm
|
echo "$pass" | sudo rc-update add lightdm
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user