diff --git a/README.md b/README.md index ce2f68f9..2b4c7c30 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Run `./install.sh`.** ## Dependencies -- Gnome Console / Terminal (kgx) -- Pacman (Arch Linux base) +- Gnome Console / Terminal (kgx; For some scripts only.) - Gnome Desktop +- Arch or Debian-based distro. ## Scripts ### Custom bash commands @@ -17,8 +17,8 @@ - `colors.sh` - To Add colors to other scripts. ### Scripts for the user -- `codeAI-ollama.sh` - Ollama AI setup helper for code generation. -- `generalAI-jan.sh` - Install jan, a graphical llm runner. +- `ai-ollama-code.sh` - Ollama AI setup helper for code generation. +- `ai-jan-general.sh` - Install jan, a graphical llm runner. ## Todo - [ ] Automatically install extensions diff --git a/scripts/generalAI-jan.sh b/scripts/ai-jan-general.sh similarity index 100% rename from scripts/generalAI-jan.sh rename to scripts/ai-jan-general.sh diff --git a/scripts/codeAI-ollama.sh b/scripts/ai-ollama-code.sh similarity index 100% rename from scripts/codeAI-ollama.sh rename to scripts/ai-ollama-code.sh diff --git a/scripts/wine-setup.sh b/scripts/arch-wine-setup.sh similarity index 100% rename from scripts/wine-setup.sh rename to scripts/arch-wine-setup.sh