Added optional AI setup

This commit is contained in:
Nathan Schneider
2026-02-03 13:44:55 -07:00
parent 2f63b688f9
commit eb18e9b4c1
5 changed files with 28 additions and 1 deletions
+4
View File
@@ -17,6 +17,7 @@ sudo dnf -y update && dnf upgrade
sudo dnf -y install git
sudo dnf -y install xdg-open
sudo dnf -y install nodejs
sudo dnf -y install pipx
sudo dnf -y install gnome-shell-extension-appindicator
# nvim
@@ -49,4 +50,7 @@ sudo flatpak install org.zotero.Zotero
echo "See ~/Cloud/Notes/Config.md for Zotero setup instructions"
read response
# ai
echo "Run ~/.scripts/ai.sh to install local AI stuff"
echo "Installation script complete"