A lightweight, modular, Kali-inspired ZSH configuration for Fedora Linux.
Built with pure ZSH.
No Oh My Zsh.
No Starship.
No Powerlevel10k.
- Lightweight
- Modular configuration
- Kali-inspired prompt
- Git branch integration
- SSH detection
- Intelligent history
- Syntax highlighting
- Autosuggestions
- Improved completion
- Automatic backups
- Safe installer
- Safe updater
- Safe uninstaller
fedora-zsh/
├── install.sh
├── update.sh
├── uninstall.sh
├── config/
├── scripts/
├── docs/
└── assets/
git clone https://github.com/<your_username>/fedora-zsh.git
cd fedora-zsh
chmod +x install.sh
./install.sh./update.sh./uninstall.sh┌──(john㉿fedora)-[~/Projects]
└─$
Inside a Git repository:
┌──(john㉿fedora)-[~/Projects/fedora-zsh] (main)
└─$
Over SSH:
┌──(john㉿fedora)-[~/Server] (main) [SSH]
└─$
The installer creates:
~/.config/fedora-zsh/
and installs a lightweight
~/.zshrc
that loads all modules automatically.
- prompt.zsh
- aliases.zsh
- colors.zsh
- completion.zsh
- exports.zsh
- git.zsh
- history.zsh
- plugins.zsh
MIT
Current release:
v1.0.0