Update setup.sh
This commit is contained in:
parent
0721cfe4cb
commit
9157cf2d62
1 changed files with 10 additions and 1 deletions
11
setup.sh
11
setup.sh
|
@ -51,7 +51,16 @@ fi
|
||||||
echo "▶️ Installing packages with Homebrew..."
|
echo "▶️ Installing packages with Homebrew..."
|
||||||
brew install zoxide btop nvtop bat fastfetch gcc
|
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 ""
|
||||||
echo "🎉 All done! Your new tools have been installed."
|
echo "🎉 All done! Your new tools have been installed."
|
||||||
echo "To start using them, please open a new terminal or run:"
|
echo "To start using them, please open a new terminal or run:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue