Download Powershell | Download Winget
- Open PowerShell as an administrator (Win + X + A)
- Run the command line below to install winrar
winget install --id RARLab.WinRAR --accept-package-agreements
iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/filipelperes/windows-sync/main/<FILE-NAME>.ps1')
- Download the repository as
.zip
in desktop - Extract the files in the windows-sync folder
- Open PowerShell as an administrator (Win + X + A)
- Run the command line below to run the Script in PowerShell
Set-ExecutionPolicy RemoteSigned ; $Set-Location $Env:USERPROFILE\Desktop\windows-sync ; .\<FILE-NAME>.ps1
Replace <FILE-NAME>
for essentials
Replace <FILE-NAME>
for devs
If you want versions manager for node and/or python see
- "pyenv.ps1"
- "fnm.ps1"
For fish shell + starship on windows git bash without WSL click here