mirror of
https://github.com/Mint-System/Dotfiles.git
synced 2026-04-23 21:03:44 -06:00
Dotfiles for Mint System contributors and employees.
- Shell 100%
| llm | ||
| opencode | ||
| prompts | ||
| .env.template | ||
| .gitignore | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| task | ||
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