refactor(install): delete emoji

This commit is contained in:
FoXeNe
2026-02-27 22:47:12 +03:00
committed by GitHub
parent a226e28f10
commit 3671c47ef7

View File

@@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
echo "🛠️ starting installation" echo "starting installation"
# copy config # copy config
cp -rup config/* ~/.config/ cp -rup config/* ~/.config/
# update system # update system
echo "📦 updating system" echo "updating system"
sudo pacman -Syu --noconfirm sudo pacman -Syu --noconfirm
# install paru # install paru
@@ -31,7 +31,7 @@ paru -S --needed --noconfirm \
amneziavpn-bin amneziavpn-bin
# core packages # core packages
echo "📦 installing core packages" echo "installing core packages"
sudo pacman -S --needed --noconfirm \ sudo pacman -S --needed --noconfirm \
hyprland \ hyprland \
hyprlock \ hyprlock \
@@ -65,7 +65,7 @@ systemctl --user enable pipewire pipewire-pulse wireplumber
sudo pacman -S nvidia-open-dkms nvidia-utils lib32-nvidia-utils nvidia-settings xorg-xwayland linux-headers clang sudo pacman -S nvidia-open-dkms nvidia-utils lib32-nvidia-utils nvidia-settings xorg-xwayland linux-headers clang
# set fish as default shell # set fish as default shell
echo "🐟 setting up fish shell" echo "setting up fish shell"
chsh -s "$(which fish)" "$USER" chsh -s "$(which fish)" "$USER"
# complete # complete