Last active
November 14, 2022 10:28
-
-
Save anothergituser/c0b1455c392f451e6fabb9ad8694e96e to your computer and use it in GitHub Desktop.
ps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ((Get-Command "scoop" -ErrorAction SilentlyContinue) -eq $null) | |
{ | |
#Set-ExecutionPolicy RemoteSigned -Scope CurrentUser | |
irm get.scoop.sh | iex | |
scoop install git | |
scoop bucket add extras | |
} | |
scoop install thunderbird 7zip microsip foxit-pdf-reader googlechrome anydesk teamviewer zoom skype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment