Install the following dependencies: go gitEx:
sudo pacman -Syu go git` (Arch)
- Clone the repository -
git clone https://github.com/regarager/shiko-prompt
- Move repository into home-folder (or other preferred directory) -
mv shiko-prompt ~
- Build the prompt binary -
go build
- Add
source ~/shiko-prompt/shiko.zsh
to your~/.zshrc
and reload it withsource ~/.zshrc
. - Enjoy!
As of now, there is no configuration wizard, but you may change colors in config.go
and rebuilding the shiko-prompt
binary.