Skip to main content

Windows Post-Install

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