# Install OpenSSH client from PowerShell
PS C:\> Add-WindowsCapability -Online -Name OpenSSH.Client*
- ssh.exe
- scp.exe
- sftp.exe
- ssh-add.exe
- ssh-agent.exe
- ssh-keygen.exe
- ssh-keyscan.exe
/etc/wsl.conf:
[network]
generateResolvConf = false
/etc/resolv.conf:
nameserver 1.1.1.1
nameserver 8.8.8.8
sudo chattr +i /etc/resolv.conf
Install fonts
https://github.com/romkatv/powerlevel10k#fonts
Windows Terminal:
Choose the font MesloGS NF in Profile > Defaults > Appearance.
Use Ubuntu as default startup profile
Install zsh:
sudo apt-get update && sudo apt-get install -y zsh
Install OhMyZsh:
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install Powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
Add this line to .zshrc:
ZSH_THEME="powerlevel10k/powerlevel10k"
Run zsh, follow instructions:
zsh
Additionally, explore color schemes:
https://terminalsplash.com/
winsat disk -drive c
By default it doesn't test Random Write speed though, so you could check random 16.0 write with:
winsat disk -write -ran -drive c