Install zsh
Open terminal and run
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
Check zsh is installed
Open terminal and run
which zsh
Config zsh
Open terminal and run
zsh
Config whatever you like
I choose 0
Install zimfw
- Download this file from
https://github.com/zimfw/install/blob/master/install.zsh
- Open terminal, type in
zsh
, cd to the directory that contains the file you just downloaded, typezsh ${fileName}
Config / Add theme
- Go to file .zimrc
- Edit
zmodule ${themeName}
. default isasciiship
- Save
- Run
Zimfw install
inside zsh terminal or just restart the terminal
Top comments (0)