Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.21 KB

Download Powershell | Download Winget

  1. Open PowerShell as an administrator (Win + X + A)
  2. Run the command line below to install winrar
 winget install --id RARLab.WinRAR --accept-package-agreements

(COULD NOT WORK) Online Installing

iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/filipelperes/windows-sync/main/<FILE-NAME>.ps1')

(RECOMMENDED) Manual Installing

  1. Download the repository as .zip in desktop
  2. Extract the files in the windows-sync folder
  3. Open PowerShell as an administrator (Win + X + A)
  4. Run the command line below to run the Script in PowerShell
Set-ExecutionPolicy RemoteSigned ; $Set-Location $Env:USERPROFILE\Desktop\windows-sync ; .\<FILE-NAME>.ps1

For Basic Users

Replace <FILE-NAME> for essentials

4Devs (Package devs include 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