aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/copilot-instructions.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: clarify firefox/ deployment target in copilot instructionsLibravatar sommerfeld30 hours1-1/+1
| | | | Stow target is the Firefox/LibreWolf user profile directory, not home.
* docs: clarify etc/ vs etc2/ and remove stale directory refsLibravatar sommerfeld30 hours1-3/+3
| | | | | | - etc/: stow-deployable symlinks to /etc - etc2/: manual-copy configs for tools that reject symlinks - Remove references to deleted lists/ and barscripts/ directories
* chore: remove all X11/Xorg configs and referencesLibravatar sommerfeld30 hours1-4/+3
| | | | | | | | | | | | | | | Removed: - home/.config/{X11,bspwm,sxhkd,polybar,rofi,dunst,sxiv,sx,alacritty} - meta/{x-base,x-de,x-extra} metapackages - barscripts/ (polybar GPU scripts) - nvim sxhkdrc ftplugin and treesitter parser Updated: - mimeapps.list: sxiv → imv - ghostty config: bspwm → sway comment - .zshrc: alacritty → xterm-ghostty in TERM check - .zprofile: removed bspwm from comment - copilot-instructions.md: removed X11 references
* docs: update keybinds and copilot instructions for swayLibravatar sommerfeld30 hours1-2/+6
| | | | | | | - Add sway keybinds section to KEYBINDS.md - Update cross-tool conflict matrix with sway column - Add sway architecture to copilot instructions - Mark old X11 configs as legacy
* docs: add comprehensive keybinds reference and copilot update ruleLibravatar sommerfeld30 hours1-0/+4
|
* docs: add zellij section to copilot-instructionsLibravatar sommerfeld30 hours1-0/+4
| | | | | Document the terminal multiplexer setup: zellij config location, vim-zellij-navigator + smart-splits.nvim integration.
* docs: update copilot-instructions for new shell layoutLibravatar sommerfeld30 hours1-0/+40
Rewrite shell config section to reflect the zsh-only 3-file architecture (.zshenv, .zprofile, .zshrc). Remove references to deleted files (.profile, .bashrc, envrc, aliases, shinit).