Zsh configuration based on zimfw — cross-platform (macOS & Linux).
cd zonfig
make installOr manually:
# Install stow (if not present)
# macOS: brew install stow
# Linux: sudo apt install stow # Debian/Ubuntu
# sudo dnf install stow # Fedora
# Symlink config files
stow -R -v -t $HOME zsh- Sets up Zsh with the zimfw plugin manager
- Lazily loads tools (nvm, cargo, virtualenvwrapper, perl, embedded dev toolchains)
- Configures fzf, zoxide, atuin, bat, eza, direnv, and more
- Adapts
psflags and Homebrew paths per OS
make uninstallmake lintMIT