Update tools.sh

This commit is contained in:
aadit 2025-06-11 12:28:00 +05:30
parent f2702fbe3a
commit b391a141b2

View file

@ -6,6 +6,8 @@ set -e
# Install Zed
echo "Installing Zed editor..."
curl -f https://zed.dev/install.sh | sh
echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
# Add Zotero repository and install Zotero & Jurism
echo "Setting up Zotero and Jurism repositories..."