A modular and optimized Zsh configuration that enhances your terminal experience with better performance, plugin management, and usability.
- Optimized Zsh Configuration: Fast and lightweight setup.
- Plugin Management: Uses
zinit
for efficient plugin loading. - Preconfigured Aliases & Functions: Commonly used commands for productivity.
- Theming Support: Works seamlessly with
starship
.
zinit load phucleeuwu/om.zsh-config
- Clone the repository:
git clone https://github.com/phucleeuwu/om.zsh-config ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/om.zsh-config
- Add
om.zsh-config
to your~/.zshrc
plugins list:plugins=(... om.zsh-config)
- Restart your shell:
source ~/.zshrc
Customize the configuration by editing om.zsh-config.zsh
or overriding settings in your .zshrc
.
Pull requests and suggestions are welcome! Open an issue if you find bugs or need improvements.
This project is licensed under the MIT License.