Skip to content

Automating Installation of Programs with Winget Package Manager, For Formatted/New Computers

Notifications You must be signed in to change notification settings

filipelperes/windows-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automating Installation of Programs with Winget Package Manager, For Formatted/New Computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published