This is my zsh conf file in Linux machine. Besides the standard zsh auto suggestion, syntax-highlighting, the module configured in zimrc also offer the fast path switch and other convenient function.
The theme is powerlevel10k, after configuration the zsh will prompt to ask some configuration like font and specical symbols.
## Environment
1. zsh
2. [zim](https://github.com/zimfw/zimfw)
3. Linux
macOS version will be upload later
## Installation
1. Install zsh and switch to zsh in Linux
```bash
chsh -s $(which zsh)
```
2. Download and install zim (follow the zimfw official guide). Do not put any pre-configured zshrc or zimrc file in home folder