Skip to content

Instantly share code, notes, and snippets.

View Takerman's full-sized avatar
🪐

Tanyo Ivanov Takerman

🪐
View GitHub Profile
@Takerman
Takerman / pc.cmd
Last active February 25, 2024 17:37
Installation of my software via chocolately
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install revo-uninstaller -A
choco install 7zip -y
choco install sendtokindle -y
choco install git -y
choco install glaryutilities-free -y
choco install googledrive -y
choco install lightshot -y
choco install dotnetcore -y
choco install dotnetcore-runtime -y