Skip to content

zimfw

zimfw is a blazing fast zsh plugin framework, about 30x faster loading speed than oh-my-zsh.

After zsh is installed, run:

wget -nv -O - https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh

Powerlevel10k (p10k) prompt

  1. In ~/.zimrc, replace zmodule asciiship with
~/.zimrc
zmodule romkatv/powerlevel10k --use degit
  1. Run zimfw install in zsh to complete install.
  2. Install powerline fonts or nerd fonts for icons.
  3. Restart zsh and finish p10k’s interactive configuration steps.

Node version manager (nvm)

  1. Add the following line in ~/.zimrc to add Node version manager (nvm).
~/.zimrc
zmodule lukechilds/zsh-nvm
  1. Run zimfw install in zsh to install nvm.
  2. To save loading time of zsh, you can use lazy loading by adding the following line to the beginning of ~/.zshrc:
~/.zshrc
export NVM_LAZY_LOAD=true
Last updated on