Zshยถ

sudo apt install zsh
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
cd ~
wget https://gist.githubusercontent.com/scillidan/b49eabe3a90e7e7499b5155af7f36480/raw/1ad03938633a16651b311e4a6108ed40152110f8/.zshrc_mini -O .zshrc
source .zshrc

Pluginยถ

MINIMALยถ

git clone --depth=1 https://github.com/subnixr/minimal ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/themes/minimal
ln -s ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/minimal/minimal.zsh ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/minimal.zsh-theme

zenquotesยถ

git clone --depth=1 https://github.com/aminelch/zenquotes ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zenquotes

zsh-abbrยถ

Referenceยถ

zsh-chezmoiยถ

git clone --depth=1 https://github.com/mass8326/zsh-chezmoi ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/chezmoi

zsh-helpยถ

git clone --depth=1 https://github.com/Freed-Wu/zsh-help ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-help

zsh-nvm-auto-useยถ

git clone --depth=1 https://github.com/martvdmoosdijk/zsh-nvm-auto-use ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-nvm-auto-use

zsh-nvm-pnpm-auto-switchยถ

git clone --depth=1 https://github.com/spencerbeggs/zsh-nvm-pnpm-auto-switch ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-nvm-pnpm-auto-switch && ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-nvm-pnpm-auto-switch/src/install.sh --unattended

zsh-proxyยถ

init_proxy
config_proxy
proxy
# noproxy

Smart Files Plugin for Zshยถ

git clone --depth=1 https://github.com/vxfemboy/zsh-smart-files.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/smart-files

zsh-sshยถ

Referenceยถ