feat: add AGENTS.md config and Fish shell abbreviations for dev tools

- Add AGENTS.md to reference CLAUDE.md for AI agent configuration
- Add abbreviations for opencode (oc) and claude (cl) CLI tools
- Add Docker (d), just (j), cargo (cb/cr/ct/cnt), and GitHub CLI shortcuts
This commit is contained in:
2025-12-20 01:09:56 -06:00
parent ec0d51e8d3
commit 01e938b561
2 changed files with 15 additions and 0 deletions
@@ -27,6 +27,8 @@ abbr -a ch 'chezmoi'
abbr -a romanlog "ssh roman 'tail -F /var/log/syslog' --lines 100"
# Other aliases
abbr -a oc 'opencode'
abbr -a cl 'claude'
abbr -a gpt 'chatgpt'
abbr -a copilot 'gh copilot'
abbr -a suggest 'gh copilot suggest -t shell'
@@ -35,6 +37,18 @@ abbr -a gitalias 'alias | grep "git "'
abbr -a mousefix 'sudo udevadm trigger'
abbr -a bw_login 'set -gx BW_SESSION (bw unlock --raw)'
# Development tools
abbr -a d 'docker'
abbr -a j 'just'
abbr -a cb 'cargo build'
abbr -a cr 'cargo run'
abbr -a ct 'cargo nextest run'
abbr -a cnt 'cargo nextest run'
# GitHub CLI
abbr -a ghpr 'gh pr'
abbr -a ghs 'gh secret'
# Clipboard aliases
{{ if not .wsl -}}
abbr -a copy 'xsel -ib'