mirror of
https://github.com/mrfluffy-dev/artix-setup.git
synced 2026-01-17 05:10:34 +00:00
test 1
This commit is contained in:
@@ -5,7 +5,7 @@ cd /home/"$name" || exit 1
|
|||||||
echo installing paru pacage manager
|
echo installing paru pacage manager
|
||||||
git clone https://aur.archlinux.org/paru-bin.git
|
git clone https://aur.archlinux.org/paru-bin.git
|
||||||
cd paru-bin || exit 1
|
cd paru-bin || exit 1
|
||||||
makepkg -si --noconfirm
|
makepkg -si
|
||||||
cd .. || exit 1
|
cd .. || exit 1
|
||||||
rm -R paru-bin
|
rm -R paru-bin
|
||||||
echo installing pacages with paru
|
echo installing pacages with paru
|
||||||
@@ -16,6 +16,8 @@ paru -S \
|
|||||||
polybar \
|
polybar \
|
||||||
nerd-fonts-iosevka \
|
nerd-fonts-iosevka \
|
||||||
noto-fonts-emoji \
|
noto-fonts-emoji \
|
||||||
|
font-manager \
|
||||||
|
siji \
|
||||||
git clone https://github.com/ZastianPretorius/config.git
|
git clone https://github.com/ZastianPretorius/config.git
|
||||||
cd config || exit 1
|
cd config || exit 1
|
||||||
for entry in *
|
for entry in *
|
||||||
|
|||||||
Reference in New Issue
Block a user