WSL

WSL -4.5- Change Shell

Installera zsh

sudo apt update
sudo apt install zsh

sätter zsh till standard

chsh -s $(which zsh)

följ instruktionerna

ändra till cool prompt installerar en addon till zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Installerar en addon till "om my zsh"

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git \
  ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Ändra i .zshrc för att starta konfigurationen till powelevel10k

ZSH_THEME="powerlevel10k/powerlevel10k" 

Starta om terminalen för att ställa in din prompt.