FUCKKKKKKKKKKKKKKKKKKKKKKKKK

This commit is contained in:
MangoPig 2025-12-03 08:12:01 +00:00
parent b41e5378e6
commit e008025a83

View File

@ -217,6 +217,7 @@ stow . --target="$HOME" --ignore="setup.sh" --ignore=".git" --ignore=".gitignore
# Language Setup
echo -e "${BLUE} LOG:${YELLOW} Finalizing Language Setup...${NC}"
set +e
# 1. Setup Node (NVM)
export NVM_DIR="$HOME/.nvm"
@ -264,5 +265,7 @@ if command -v rustup &> /dev/null; then
rustup update
fi
set -e
# Finish
echo -e "${GREEN} LOG: Setup Complete! Please restart your terminal to apply all changes. ${NC} "