$PROFILEAfter reinstalling Windows, you'll need to run these:
# Reinstall required modules
Install-Module Terminal-Icons -Scope CurrentUser -Force
Install-Module PSReadLine -Scope CurrentUser -Force
# Reinstall Oh My Posh
winget install JanDeDobbeleer.OhMyPoshwsl --installAfter reboot:
- A terminal will open to complete Ubuntu installation.
- Verify Installation
wsl --version
wsl --list --verbose- Install Nerd Font
- Change the BG-Image
-
Run this command to enable script execution:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Type
Yand press Enter if it asks for confirmation. -
Install Scoop by running:
irm get.scoop.sh | iex -
After install, restart PowerShell or Windows Terminal and test it by typing:
scoop --version
Install Neo-vim via Scoop or manually:
-
With Scoop (recommended if you have it):
scoop install neovim
-
Open PowerShell and run:
nvim
-
Install Nv-Chad Now
git clone https://github.com/NvChad/starter %USERPROFILE%\AppData\Local\nvim && nvim