Skip to content

Instantly share code, notes, and snippets.

@anothergituser
Last active November 14, 2022 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anothergituser/c0b1455c392f451e6fabb9ad8694e96e to your computer and use it in GitHub Desktop.
Save anothergituser/c0b1455c392f451e6fabb9ad8694e96e to your computer and use it in GitHub Desktop.
ps
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