Update setup.sh

This commit is contained in:
aadit 2025-06-10 15:21:01 +05:30
parent 0721cfe4cb
commit 9157cf2d62

View file

@ -51,7 +51,16 @@ fi
echo "▶️ Installing packages with Homebrew..."
brew install zoxide btop nvtop bat fastfetch gcc
# --- 5. Finalizing ---
# --- 5. Zoxide Init ---
zoxide init bash >> ~/.bashrc
source ~/.bashrc
# --- 6. Atuin --
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
source $HOME/.atuin/bin/env
# --- 7. Finalizing ---
source ~/.bashrc
echo ""
echo "🎉 All done! Your new tools have been installed."
echo "To start using them, please open a new terminal or run:"