my zsh plugin directory
cd ~
git clone https://github.com/wmartinmimi/.zsh.git ~/.config/zsh/plugins
cd .zsh
git submodule init && git submodule update
fast-theme -t ~/.zsh/zsh-fsh/themes/catppuccin-mocha
echo 'source ~/.config/zsh/plugins/init.sh' >> .zshrc
cd ~/.config/zsh/plugins
git submodule update --remote --merge
I do not own the zsh plugins provided in the git submodules.
Licensed under MIT License
Plugin repository have their own separate licenses.