From 9157cf2d62c59d4a35213a0599c447c4e6930c5f Mon Sep 17 00:00:00 2001 From: aadit Date: Tue, 10 Jun 2025 15:21:01 +0530 Subject: [PATCH] Update setup.sh --- setup.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 68ea36f..a8190c0 100644 --- a/setup.sh +++ b/setup.sh @@ -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:"