Personal system settings across Linux and macOS.
bash <(curl https://raw.githubusercontent.com/jondong/dotfiles/master/bootstrap.sh -L)./bootstrap.sh --with-packages --auto # full automated setup
./scripts/doctor.sh # check & repair configbootstrap.sh— single entry pointapps/— application configs (symlinked to~/)platforms/— OS-specific package installersshells/zsh/— zsh configurationscripts/doctor.sh— health check
fzf is installed per platform and configured centrally in
shells/zsh/common/fzf.zsh. macOS uses Homebrew; Linux tracks the latest
upstream release from ~/.fzf. The shared configuration does not depend on a
generated ~/.fzf.zsh file.
Ctrl-T— select files and directoriesCtrl-R— search shell historyAlt-C— change to a selected directory**<Tab>— fuzzy-complete paths and directoriesF2— toggle the preview in file and directory pickersCtrl-Y— copy a file or history selection when a supported clipboard tool is available