Dotfiles for Mint System contributors and employees.
Find a file
2026-04-02 16:36:50 +02:00
llm feat: update Infomaniak AI and Cortecs API endpoints and key references 2026-04-02 12:09:22 +02:00
opencode feat: update Infomaniak AI and Cortecs API endpoints and key references 2026-04-02 12:09:22 +02:00
prompts feat: add AGENTS.md with coding conventions, update license to AGPLv3, and integrate Cortecs AI model 2026-02-10 14:04:24 +01:00
.env.template feat: add task script and related configuration files 2025-12-08 12:44:22 +01:00
.gitignore feat: add task script and related configuration files 2025-12-08 12:44:22 +01:00
AGENTS.md feat: add AGENTS.md with coding conventions, update license to AGPLv3, and integrate Cortecs AI model 2026-02-10 14:04:24 +01:00
CHANGELOG.md feat: add AGENTS.md with coding conventions, update license to AGPLv3, and integrate Cortecs AI model 2026-02-10 14:04:24 +01:00
LICENSE feat: add AGENTS.md with coding conventions, update license to AGPLv3, and integrate Cortecs AI model 2026-02-10 14:04:24 +01:00
README.md fix: correct typo in README.md regarding database file paths 2025-12-08 12:53:00 +01:00
task feat: install kubectx and kubectx-ns via krew plugin manager 2026-04-02 16:36:50 +02:00

Dotfiles

Dotfiles for Mint System contributors and employees.

Usage

Clone this repo.

cd "$HOME"
git clone https://github.com/Mint-System/Dotfiles.git mint-system-dotfiles
cd mint-system-dotfiles

Run ./task help for details.

Clone the taskfile.build repo.

./task clone-taskfile

Secrets

The Mint System Nextcloud share provides the secrets store.

The default paths to the database file are:

KEEPASS_DATABASE_FILE="$HOME/cloud.mint-system.ch/Mint System/Data/Infrastruktur.kdbx"
KEEPASS_DATABASE_KEY_FILE="$HOME/cloud.mint-system.ch/Mint System/Secrets/KeePass.key"

Create the .env to override the paths.

Install the llm cli. It will prompt for the database password.

./task install llm