Bohdan's terminal configuration

added vibe coding tool configs

bpavuk.neocities.org 44137587 c8b72de2

verified
Changed files
+42
agents
+1
.gitignore
··· 1 + .aider*
+7
agents/.aider.conf.yml
··· 1 + read: 2 + - AGENTS.md 3 + 4 + auto-commits: false # this setting gets in the way of jj 5 + editor: nvim # Neovim all the way! 6 + model: gemini/gemini-2.5-flash 7 + vim: true
+27
agents/.gemini/settings.json
··· 1 + { 2 + "selectedAuthType": "oauth-personal", 3 + "theme": "Atom One", 4 + "editor": "vim", 5 + "mcpServers": { 6 + "jetbrains": { 7 + "command": "npx", 8 + "args": [ 9 + "-y", 10 + "@jetbrains/mcp-proxy" 11 + ] 12 + }, 13 + "context7": { 14 + "command": "npx", 15 + "args": [ 16 + "-y", 17 + "@upstash/context7-mcp" 18 + ] 19 + } 20 + }, 21 + "contextFileName": [ 22 + "GEMINI.md", 23 + "AGENTS.md" 24 + ], 25 + "usageStatisticsEnabled": false, 26 + "vimMode": true 27 + }
+7
agents/README.md
··· 1 + Some config files I like to keep around for various vibe coding and prototyping tools. 2 + I happen to prototype with language models a lot! 3 + 4 + **Installation:** `stow agents` 5 + 6 + **Supported models/agents/programs:** 7 + - Aider