Just some .zshrc config backup shared between all machines.
Required: oh-my-zsh
Debian:
sudo apt-get install zshalpine:
apk add zshInstall oh-my-zsh
Run this to install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Install PowerLevel10K Theme for Oh My Zsh
Run this to install PowerLevel10K:
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k>Now that it's installed, open the "~/.zshrc" file with your preferred editor and change the value of "ZSH_THEME" as shown below:
ZSH_THEME="powerlevel10k/powerlevel10k"To reflect this change on your terminal, restart it or run this command:
source ~/.zshrchttps://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/MesloOpen settings.json and add this line:
"terminal.integrated.fontFamily": "MesloLGS NF"Restart terminal. You should now be seeing the PowerLevel10K configuration process. If you don't, run the following:
p10k configure