Skip to content

MichielVanwelsenaere/SoftwareManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Software management

Get your software stack installed and managed in a breeze.

How?

By using Scoop, it's possible to install your software stack using simple powershell commands. The scripts in this repo take care of installing a number of programs I use daily for workpurposes.

Installation

Download the repo and execute ScoopFirstRun.ps, this will:

  • install all apps defined in the script (ScoopFirstRun.ps)
  • install some vscode extentions (Lib/ConfigureSoftware.ps1)
  • install PowerlineFonts (Lib/ConfigureSoftware.ps1)
  • install and configure OhMyPosh (Lib/ConfigureSoftware.ps1)
  • configure file explorer: show extentions and hidden files (Lib/ConfigureWindows10.ps1)
  • clear the desktop (Lib/ConfigureWindows10.ps1)
  • set the keyboard (Lib/ConfigureWindows10.ps1)
  • set the Windows 10 UI language (Lib/ConfigureWindows10.ps1)

This is my personal setup, best to make modifications to fit your personal needs.

Management

Scoop has some commands to easily manage your installed software using the powershell commandline:

Search for software:

λ  scoop search azure
'extras' bucket:
    azure-cli (2.0.63)
    azure-functions-core-tools (2.6.1064)
    azure-ps (6.13.1.24243)
    azuredatastudio-insiders (1.6.0)
    azuredatastudio (1.6.0)

Install software

λ  scoop install postman

Open homepage software

λ  scoop home postman

Reset shortcut to a specific version

allows pointing the shortcut to specific version:

λ  scoop reset [email protected]

reset to the latest version using:

λ  scoop reset postman

Check for updates

λ  scoop status

Install all available updates

λ  scoop update *

Update scoop itself

λ  scoop update

Uninstall software

λ  scoop uninstall postman

Remove all downloaded files

removes installers, zips, etc downloaded to install software

λ  scoop cache rm *

Remove older versions software

λ  scoop cleanup *

About

Get your software stack installed and managed in a breeze.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published