mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -06:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user