refactor: move alias definitions inside UID check

This commit is contained in:
2025-05-28 21:17:32 +02:00
parent cd03e5d30b
commit 6627e61613
2 changed files with 17 additions and 4 deletions

14
install
View File

@ -2,13 +2,20 @@
set -e
echo
echo "[+] Updating System Packages..."
echo
apt update -qq
echo
echo "[+] Upgrading System Packages..."
apt upgrade -yqq
echo
apt upgrade -yqq
echo
echo "[+] Installing Dependencies..."
echo
apt install -yqq \
zsh \
curl \
@ -17,7 +24,10 @@ apt install -yqq \
bat \
btop
echo
echo "[+] Installing Oh My Zsh..."
echo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cp .zshenv.template .zshenv