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:"