- Oh my zsh. Your terminal never felt this good before.
- Powerlevel10k. Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
- Antigen. A plugin manager for zsh, inspired by oh-my-zsh and vundle.
Make sure you have a fresh Debian or Ubuntu installation to proceed. If your distro is running on WSL, make sure you have successfully set WSL2 with the following command on Powershell:
wsl --set-version <distro_name> 2
where <distro_name>
is either Debian
or Ubuntu
accordingly.
To install the boilerplate, issue the following one liner command in the bash shell.
sudo apt update && yes | sudo apt install wget && yes | sh -c "$(wget -O- https://github.com/DanielAtKrypton/debian-dev-boilerplate/raw/master/src/install_script.sh)"
There are many more available here.
The recommended way to add a plugin is editing .antigenrc
file.
To update the whole stack, enter the following commands in the bash shell:
sudo apt-get update
sudo apt-get install zsh-antigen
antigen update