refactor(install): delete emoji
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user