Add AI to VScode and autostart ollama

This commit is contained in:
2024-04-26 23:56:51 +01:00
parent 11c128d351
commit 28e1e5b98b
397 changed files with 524893 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Nextcloud
GenericName=File Synchronizer
Exec="/usr/bin/nextcloud" --background
Terminal=false
Icon=Nextcloud
Categories=Network
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=true
X-GNOME-Autostart-Delay=10

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Ollama
GenericName=Start Ollama
Exec="ollama serve"
Terminal=true
Categories=Network
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=true
X-GNOME-Autostart-Delay=10