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 -1
View File
@@ -8,7 +8,7 @@ sudo pacman -S xdg-utils
sudo pacman -S nextcloud-client
sudo pacman -S keepassxc
sudo pacman -S git
sudo pacman -S nodejs npm
sudo pacman -S nodejs npm pipx
# Ensure .bash_aliases works, not default on Arch
cat > ~/.bashrc << EOF
@@ -62,4 +62,7 @@ echo "https://www.latofonts.com/lato-free-fonts/ (office system)"
echo "Good?"
read response
# ai
echo "Run ~/.scripts/ai.sh to install local AI stuff"
echo "Installation script complete"