{"id":51480640,"url":"https://github.com/aygp-dr/dotfiles","last_synced_at":"2026-07-07T01:30:24.130Z","repository":{"id":367835735,"uuid":"994403881","full_name":"aygp-dr/dotfiles","owner":"aygp-dr","description":"Configuration files for agent-driven development environment","archived":false,"fork":false,"pushed_at":"2026-06-27T23:03:05.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T23:18:36.509Z","etag":null,"topics":["configuration","dotfiles","emacs","freebsd","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aygp-dr.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-01T21:26:50.000Z","updated_at":"2026-06-27T23:03:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aygp-dr/dotfiles","commit_stats":null,"previous_names":["aygp-dr/dotfiles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aygp-dr/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aygp-dr","download_url":"https://codeload.github.com/aygp-dr/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35211553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","dotfiles","emacs","freebsd","shell"],"created_at":"2026-07-07T01:30:21.842Z","updated_at":"2026-07-07T01:30:23.979Z","avatar_url":"https://github.com/aygp-dr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: AYGP Dotfiles\n#+AUTHOR: Aidan Pace\n#+EMAIL: apace@defrecord.com\n\n* AYGP Dotfiles\n\nConfiguration files for agent-driven development environments on FreeBSD, with primary focus on Emacs and Lisp development workflows.\n\n** Overview\n\nThis repository contains configuration files for:\n\n- Emacs configuration (primary focus)\n- Shell environments (Bash, Zsh)\n- FreeBSD-specific settings\n- Git configuration\n- Agent identity management\n\nThe configuration is optimized for FreeBSD (14.2-RELEASE), with additional support for Linux and macOS.\n\n** Directory Structure\n\n#+begin_src\ndotfiles/\n├── editors/\n│   ├── emacs/       # Emacs configuration (primary focus)\n│   │   ├── init.el  # Main configuration\n│   │   ├── lisp/    # Custom Lisp functions and extensions\n│   │   └── themes/  # Custom themes\n├── shell/           # Shell configurations\n├── git/             # Git configuration\n├── tmux/            # Tmux configuration\n├── scripts/         # Utility scripts\n├── bin/             # User scripts and utilities\n├── xdg-config/      # XDG-compliant configurations\n├── CLAUDE.md        # Guide for Claude and other AI assistants\n├── Makefile         # Build system for dotfiles\n├── install.sh       # Installation script\n└── README.org       # This file\n#+end_src\n\n** Emacs Configuration\n\nThe Emacs configuration includes:\n\n- Org-mode customizations\n- SLIME setup for Common Lisp development\n- Clojure/CIDER integration\n- Geiser for Scheme development\n- Custom keybindings and themes\n- TRAMP configuration for remote editing\n- Verbiste integration for French/Italian verb conjugation\n\n** Setup Instructions\n\n#+begin_src bash\n# Clone the repository\ngit clone https://github.com/aygp-dr/dotfiles.git\ncd dotfiles\n\n# Install the dotfiles (uses existing ~/.anthropic)\nmake install\n\n# Validate configuration\nmake check-config\n#+end_src\n\n** Emacs Quick Reference\n\n| Keybinding    | Description                          |\n|--------------+--------------------------------------|\n| C-c o a      | org-agenda                           |\n| C-c o c      | org-capture                          |\n| C-c g s      | magit-status                         |\n| C-c e b      | eval-buffer (Lisp modes)             |\n| C-c e r      | eval-region (Lisp modes)             |\n| C-c , ,      | slime-template insertion             |\n| C-c t t      | Toggle between implementation/test   |\n| C-c p f      | Find file in project                 |\n| C-c h .      | Describe symbol at point             |\n| C-c a f      | Find AYGP function                   |\n| C-c j        | Journal commands prefix              |\n| C-c j t      | Today's journal entry                |\n| C-c j l      | List journal entries                 |\n| C-c v        | Verbiste commands prefix             |\n| C-c v f      | Conjugate French verb                |\n| C-c v i      | Conjugate Italian verb               |\n\n** FreeBSD Specific Features\n\n- TTY keyboard customization\n- Dbus configuration\n- Port/package management helpers\n- ZFS snapshot automation\n- Proper locale and environment settings\n\n** Integration with dotanthropic\n\nThis repository complements the [[https://github.com/aygp-dr/dotanthropic][dotanthropic]] project, reusing the existing ~/.anthropic directory structure for agent operations:\n\n#+begin_src bash\n# Check identity against AYGP requirements\nmake check-identity\n\n# Update to latest configuration\nmake update\n#+end_src\n\n** License\n\nPrivate repository. Copyright © 2025.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faygp-dr%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fdotfiles/lists"}