aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete LLM related stuff for nowFranck Cuny2025-08-123-46/+0
|
* move emacs configuration under users/programs/emacsFranck Cuny2025-07-268-796/+0
| | | | This is more consistent.
* drop org-bulletsFranck Cuny2025-07-131-6/+0
|
* add a few tags to org-modeFranck Cuny2025-07-061-0/+15
|
* simplify the org-capture template for nowFranck Cuny2025-07-061-1/+1
|
* configure org-capture properlyFranck Cuny2025-07-061-8/+19
|
* more tweaks for org and denoteFranck Cuny2025-07-061-5/+14
|
* tweak configuration for both org and denoteFranck Cuny2025-07-061-6/+49
|
* set fill-column correctly in git-commit-modeFranck Cuny2025-07-061-0/+1
|
* move emacs configuration at the top levelFranck Cuny2025-06-128-0/+723
|
* simplify how we're managing templates for `llm`Franck Cuny2025-06-123-0/+0
| | | | | | | | Add the variable `configPath` to home-manager, to map directly to the top level configuration of the current user (`./configs/users/$user'). Add a function to generate the mapping for all the templates we need for the `llm` CLI.
* drop justFranck Cuny2025-04-241-4/+0
|
* specify the modelFranck Cuny2025-03-172-0/+2
|
* simpler prompt for git commitFranck Cuny2025-03-101-54/+18
|
* add repomix integrationFranck Cuny2025-03-102-0/+10
| | | | | | - Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
* Update LLM commit prompt → Conventional CommitsFranck Cuny2025-03-101-17/+54
| | | | | | - Replaces previous generic commit prompt with a structured Conventional Commits format - Adds detailed instructions for crafting terse descriptions and optional bodies - Introduces rules for formatting, content organization, and proper focus on effects rather than changes themselves
* 🚀 Refactor LLM config: Move to standardized templates and improve setupFranck Cuny2025-02-284-32/+37
| | | | | | | | | | | - Migrated prompts from text files to YAML templates in `.config/llm/templates/` directory - Updated fish shell aliases to use the new template system with `-t` flag instead of reading files - Enhanced justfile's `llm` target with proper Claude model setup and 1Password integration - Added `LLM_USER_PATH` environment variable for consistent configuration path - Fixed PR prompt format to better organize content and remove issue resolution section - Updated Nix configuration to support the new file structure The changes standardize our LLM prompt system and make it more maintainable, while improving the setup experience for new users. 🧰
* 🤖 Add LLM tooling and prompts for Git workflow automationFranck Cuny2025-02-242-0/+32
| | | | | | | | | | | | - Add new section in README about LLM tooling installation - Create prompts directory with templates for commit and PR messages - Add new llm.nix module with: - Configuration for prompt file locations - Fish shell aliases for generating commit and PR messages using Claude 3.5 - Add `llm` recipe in justfile to install llm CLI tool and Anthropic provider - Integrate LLM module into home-manager configuration The changes introduce automation for generating high-quality commit messages and PR descriptions using AI, while keeping the prompts configurable and version controlled.
* don't sign git commitsFranck Cuny2024-03-041-16/+0
| | | | Simplify the configuration as this is not something I currently use.
* delete even more unused configurationsFranck Cuny2023-12-092-17/+0
|
* formatting a few files with treefmtFranck Cuny2023-12-032-9/+9
|
* add ssh key from 1passowrd and sign commitsFranck Cuny2023-09-141-0/+3
|
* module for homelabFranck Cuny2023-05-081-0/+1
|
* hosts/tahoe: rename account for backup and enable sftp for itFranck Cuny2023-04-291-0/+3
| | | | | | | | | | | | | The dedicated account for backup should be named 'backup', as it's more generic. While it's a system account, I still need to be able to log in the host remotely with sftp, so we give it a UID (991). The account needs to be able to sftp to tahoe in order to store the backups from remote hosts. However we don't want this user to get a shell and be able to browse the host, so we configure sshd to chroot the user to where the backups are stored.
* wireguard: fix configuration of a few hostsFranck Cuny2023-04-051-7/+2
|
* hosts/carmel: add wireguard keyFranck Cuny2023-04-051-2/+2
|
* home/git: some cleanupFranck Cuny2023-03-131-0/+4
| | | | | | - add a comment for each ssh-key that is not stored on a yubikey - simplify the git commit template - remove some extra config that I don't need
* ref(modules/users): move ssh keys to a separate fileFranck Cuny2023-02-201-0/+6
| | | | | Each key is associated to a variable, which let me be more specific about which key to use depending on the context.
* wireguard: set the externalIPFranck Cuny2022-03-021-0/+3
|
* tahoe: wireguard setupFranck Cuny2022-02-211-0/+3
|
* wireguard: module and peers configurationsFranck Cuny2022-02-211-0/+15
| | | | | | | | | Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup.
* configs: move personal configuration with userFranck Cuny2022-02-1214-213/+0
|
* home-manager: mpd and ncmpcpp configurationFranck Cuny2022-02-102-0/+43
|
* polybar: rename configuration filesFranck Cuny2022-02-092-0/+0
|
* home-manager: let's try to configure polybarFranck Cuny2022-02-0911-0/+143
| | | | | There's a few things missing (my binaries for the wifi and battery, at a minimum), but that's fine for now.
* home-manager: fix zsh configFranck Cuny2022-02-091-0/+15
|
* home-manager: expand zsh configurationFranck Cuny2022-02-091-0/+12