Install zsh on windows


Windows Subsystem for Linux
open powershell as administrator
copy paste code
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
download ubuntu from microsoft store (need to be logged into microsoft store)
open ubuntu to install
download windows terminal from microsoft store
type in one of 2 too access .bashrc
code ~/.bashrc # vscode 
vim ~/.bashrc # vim
https://fireship.io/lessons/windows-10-for-web-dev/
make ubuntu default in the new windows terminal
install
git and ZSH
sudo apt update
sudo apt install git zsh -y
install oh my szh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://towardsdatascience.com/the-ultimate-guide-to-your-terminal-makeover-e11f9b87ac99