choco search <name>
choco search <name> -e
choco search <name> -e --detail
choco list -l
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')) | |
# General | |
choco install ConEmu notepadplusplus 7zip MardownMonster filezilla foxitreader -y | |
# Hardware (beast) | |
choco install icue -y | |
# Dev tools | |
choco install git poshgit dotnetcore-sdk awscli nodejs vscode linqpad pgadmin4 -y |
Based off https://gist.github.com/n3dst4/cc875d83401c06bd6faa, credit to n3dst4
Win + ALT + T
)/icon "C:\Program Files\Git\etc\git.ico" /dir "D:\Dev\Repos"
# This was copied from https://gist.githubusercontent.com/kmorcinek/2710267, with minor modification | |
# Download this file using PowerShell v3 under Windows with the following comand: | |
# Invoke-WebRequest https://gist.githubusercontent.com/codemonkeh/18cb2dd02462a976f6720c62b650e438/raw -OutFile .gitignore | |
# or wget: | |
# wget --no-check-certificate https://gist.githubusercontent.com/codemonkeh/18cb2dd02462a976f6720c62b650e438/raw/.gitignore | |
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates |