Skip to content

devopsnextgenx/gnome-extensions

Repository files navigation

gnome-extensions

Developing different gnome-extensions

Copy gnome-debug.desktop file to enable debug of the gnome extension

  • Change the path in gnome-debug.desktop for Exec and Icon as per your {user} home directory path
cp gnome-debug ~/bin
cp gnome-debug.svg ~/bin
cp gnome-debug.desktop ~/.local/share/applications

dev-container-manager extension

dev-container-manager

dev-container-manager

  • To run Ollama and chat with it, install ollama on machine.
  • Run docker container with below command
    docker run -d --name gui-react-ollama -e LLM_MODEL="codellama:7b" -e LLM_API_ENDPOINT="http://localhost:11434" -p 3000:80 amitkshirsagar13/gui-react-ollama

Like this Extension?

You can support my work on ko-fi.

Also consider donating to GNOME

About

Developing different gnome-extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published