Add AI to VScode and autostart ollama
This commit is contained in:
11
dotfiles/.config/autostart/Nextcloud.desktop
Normal file
11
dotfiles/.config/autostart/Nextcloud.desktop
Normal 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
|
||||
10
dotfiles/.config/autostart/Ollama.desktop
Normal file
10
dotfiles/.config/autostart/Ollama.desktop
Normal 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
|
||||
Reference in New Issue
Block a user