discover¶
Auto-detect existing dotfiles on your system.
Usage¶
What It Scans¶
The discover command scans 30+ common dotfile locations:
| Category | Locations |
|---|---|
| Shell | .bashrc, .zshrc, .bash_profile, .config/fish/ |
| Editor | .config/nvim/, .vimrc, .emacs.d/, .config/emacs/ |
| Terminal | .config/kitty/, .config/alacritty/, .config/wezterm/ |
| Git | .gitconfig, .gitignore_global |
| SSH | .ssh/config |
| Window Manager | .config/hypr/, .config/sway/, .config/i3/ |
| Status Bar | .config/waybar/, .config/polybar/ |
Options¶
| Flag | Description |
|---|---|
--add |
Automatically add detected files to config |
--extended |
Include VS Code, Sublime, etc. (default) |
--no-extended |
Skip extended locations |