Last active
December 7, 2023 13:31
-
-
Save jansenicus/2611e8c7290aa8c78fc3e0ab60e42dc3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
##### CHOCOLATEY | |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
##### VSCODE | |
choco install vscode github-desktop -y | |
##### FFMPEG | |
choco install ffmpeg-full vlc -y | |
##### FIREFOX | |
choco install firefox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment