Skip to content

Commit

Permalink
install PowerToys
Browse files Browse the repository at this point in the history
  • Loading branch information
Emorgan12 authored Dec 5, 2024
1 parent 83d309c commit 354e871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ if ($configFile."Install-Firefox") {
scoop install extras/firefox
}

if($configFile."Install-PowerToys"){
winget install --id Microsoft.PowerToys --source winget
}

# Easter egg ;)
if ($configFile."Funny-joe-biden") {
$images = (Invoke-WebRequest "https://raw.githubusercontent.com/likes-gay/win-config/main/photos.txt").Content.Split([Environment]::NewLine)
Expand Down

0 comments on commit 354e871

Please sign in to comment.