Windows Post-Install
- Debloat Windows with this Script
- Install WSL using the PowerShell:
wsl --install - Download and Install ArchWSL
- Create a new linux user and update packages
- Install Yay
- Instal ZShell:
yay -S zsh - Install PowerLevel10k
- Change shell to zsh:
chsh -s /usr/bin/zsh - Add font to WSL
- Configure PowerLevel10k:
p10k configure - Install ZSH Autosuggestions
- Install asdf and programming languages
- Rust system tools and define alias(ls->exa, cat->bat...)
- Install Docker Desktop