-
-
Save willmitchell/aa215fa68e0573c7b8ea60652e9c0423 to your computer and use it in GitHub Desktop.
Chocolatey Installs for a new Windows PC build (2020) - Don't run this, reference only.
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
# Run as Administrator in Powershell prompt | |
# https://chocolatey.org/ | |
# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
# Restart shell as administrator | |
# Restart pc after each install requiring restart. | |
choco feature enable -n allowGlobalConfirmation | |
# Sudo for Windows (Run as Administrator in command prompt) | |
# Chocolatey installs are run as admin | |
choco install sudo | |
sudo . powershell | |
# boxstarter, Chocolatey silent install package environment installs | |
# https://boxstarter.org/ | |
https://boxstarter.org/InstallBoxstarter | |
# www.sysinternals.com | |
md c:\utils | |
choco install sysinternals --params c:\utils -y | |
# This can also be a mapped drive to the live.sysinternals.com web site! | |
# tricky truck | |
# http://www.gravitysensation.com/ | |
# irfanview image viewer | |
choco install irfanview -y | |
choco install irfanviewplugins -y | |
# pdf viewers | |
# www.adobe.com | |
choco install adobereader -y | |
# choco install foxitreader | |
# browsers | |
# www.google.com/chrome | |
choco install googlechrome -y | |
# www.firefox.com | |
choco install firefox -y | |
# Compression | |
# www.7zip.com | |
choco install 7zip.install -y | |
# Multimedia Player | |
# www.vlc.com | |
choco install vlc -y | |
# notepad ++ | |
choco install notepadplusplus.install -y | |
# git | |
choco install git.install -y | |
# winrar | |
choco install winrar -y | |
# openssh | |
choco install openssh -y | |
# putty | |
choco install putty.install -y | |
# ccleaner / malware | |
choco install ccleaner -y | |
choco install malwarebytes -y | |
# Ships evt logs to ElasticSearch | |
# https://github.com/elastic/beats | |
# https://github.com/elastic/beats/tree/master/winlogbeat | |
# choco install winlogbeat | |
# paint++ | |
choco install gimp -y | |
choco install imagemagick -y | |
# filezilla ftp | |
choco install filezilla -y | |
# python 3 | |
choco install python3 -y | |
choco install pip -y | |
# curl and wget | |
choco install curl -y | |
choco install wget -y | |
# gpg | |
choco install gpg4win -y | |
# vs 2017 build tools | |
choco install visualstudio2017buildtools -y | |
# node js | |
choco install nodejs -y | |
# inkscape vector graphics | |
# https://inkscape.org/ | |
choco install inkscape -y | |
# nxlog | |
# Collect processes, forward events | |
# https://nxlog.co/ | |
# choco install nxlog -y | |
# aws cli tool | |
# choco install awscli | |
# libreoffice / openoffice | |
# choco install libreoffice-fresh | |
# choco install openoffice | |
# choco gui | |
# choco install chocolateygui | |
# File sizes, WindirStat alternative | |
# choco install treesizefree | |
# Atom Editor | |
# choco install atom | |
# Mail client | |
# choco install thunderbird | |
# Secure Copy for Windows | |
choco install winscp.install | |
# Image Viewer, install the plugins too | |
choco install irfanview | |
# Ebook manager | |
choco install calibre | |
# Semantic Versioning | |
# https://github.com/GitTools/GitVersion | |
# choco install gitversion.portable | |
# Music playlist | |
# choco install spotify | |
# Jetbrains Java Dev | |
# choco install intellijidea-community | |
# cMake Build tools | |
choco install cmake.install | |
# git MergeTool/DiffTool | |
choco install winmerge | |
# Waveform Audio editor and converter | |
choco install audacity | |
# Console emulator | |
# https://cmder.net/ | |
# choco install cmder | |
# slack chat | |
# choco install slack | |
# Kubernetes cli tools, local dev, yq | |
# https://chocolatey.org/packages?q=tag%3Akubernetes | |
# choco install kubernetes-cli | |
# choco install minikube | |
# choco install yq | |
# R Stat Computing | |
# choco install r.project | |
# Fiddler web tracing | |
choco install fiddler | |
# Hashicorp Vagrant | |
# https://www.vagrantup.com/ | |
# choco install vagrant | |
# Packer | |
# https://www.packer.io/ | |
# choco install packer | |
# Terraform | |
# choco install terraform | |
# Vault | |
# choco install vault | |
# Azure AzCopy | |
# choco install azcopy | |
# Storage Explorer | |
# choco install microsoftazurestorageexplorer | |
# Azure Powershell cmdlets | |
# choco install azurepowershell | |
# Json Query | |
# choco install jq | |
# Service Bus Explorer | |
# choco install servicebusexplorer | |
# https://openvpn.net/ | |
# choco install openvpn | |
# Powershell Git | |
# choco install poshgit | |
# Torrent client | |
# https://www.qbittorrent.org/ | |
# choco install qbittorrent | |
# Evernote | |
# choco install evernote | |
# Postman API testing | |
# choco install postman | |
# Agilebits password manager | |
# choco install 1password | |
# bootable usb for ISOs | |
# choco install rufus | |
# Powershell Pester Tests | |
# choco install pester | |
# Disk profiler and health, CPU Temperature | |
# choco install crystaldiskinfo | |
# choco install cpu-z.install | |
# Spotlight for Windows | |
# choco install everything | |
# Kapersky Virus Removal | |
# choco install kvrt | |
# FFmpeg | |
choco install ffmpeg | |
# Steam | |
choco install steam -y | |
# Dolphin emulator | |
# choco install dolphin | |
# google drive | |
# choco install googledrive | |
# choco install google-drive-file-stream | |
# VNC Client | |
# choco install tightvnc | |
# Mysql | |
# choco install mysql | |
# Dart lang SDK | |
# choco install dart-sdk | |
# Universal DB tool | |
# https://dbeaver.io/ | |
# choco install dbeaver | |
# Google Earth | |
# choco install googleearth | |
# choco install poweriso | |
# choco install k-litecodecpackmega | |
# Python Anaconda Distro | |
# choco install anaconda3 | |
# Docker Desktop | |
# choco install docker-desktop | |
# LastPass Password manager | |
# choco install lastpass | |
# Keepass password manager | |
# choco install keepass-keepasshttp | |
# VMWare VPN Client | |
# choco install vmware-horizon-client | |
# Eclipse IDE | |
# choco install eclipse | |
# TeX/LaTeX | |
# choco install miktex.install | |
# IRC client | |
# https://www.pidgin.im/ | |
# choco install pidgin | |
# Android Studio IDE | |
# choco install androidstudio | |
# Tabbed ssh, xterm | |
# https://mobaxterm.mobatek.net/ | |
# choco install mobaxterm | |
# Image photo viewer | |
# https://www.xnview.com/en/ | |
# choco install xnview | |
# https://www.graphviz.org/ | |
# choco install graphviz | |
# requires windows updates to build 1903 | |
# choco install microsoft-windows-terminal -y | |
# choco install powerbi | |
# vscode | |
choco install vscode.install | |
# flux | |
# https://justgetflux.com/ | |
choco install f.lux | |
# MySql IDE | |
# choco install mysql.workbench | |
# MS Teams | |
# choco install microsoft-teams | |
# Adware search and delete tool | |
# choco install adwcleaner | |
# Remote Desktop Helper | |
# choco install anydesk | |
# Static site publishing | |
# choco install hugo | |
# C++ IDE | |
# choco install codeblocks | |
# Disk encryption | |
# https://www.veracrypt.fr/en/Home.html | |
# choco install veracrypt | |
# Messaging SDK | |
# https://www.rabbitmq.com/ | |
# choco install rabbitmq | |
# Defragment tool for non-SDD drives | |
# choco install defraggler | |
# Nvidia GeForce | |
choco install geforce-game-ready-driver | |
# choco install nvidia-display-driver | |
# choco install blender | |
# choco install etcher | |
# choco install arduino | |
# choco install sketchup | |
# choco install unity | |
# Putty enhanced client | |
# https://www.9bis.net/kitty/#!index.md | |
# choco install kitty | |
# Java OpenJDK | |
# choco install openjdk | |
# VIM | |
# https://tuxproject.de/projects/vim/ | |
# choco install vim-tux.install | |
# choco install avastfreeantivirus | |
# https://www.360totalsecurity.com/en/ | |
# choco install 360ts | |
# Adware install screener | |
# choco install unchecky | |
# choco install lockhunter | |
# choco install handbrake.install | |
# choco install sumatrapdf | |
# choco install speccy | |
# choco install processhacker | |
# choco install yed | |
# Aimp Media Player | |
# choco install aimp | |
# choco install visualstudio2017professional | |
# choco install adblockplus-firefox | |
# Uplay | |
choco install uplay | |
# choco install emacs | |
# choco install sed | |
# choco install psake | |
# choco install hwinfo | |
# choco install teracopy | |
# choco install smartmontools | |
# choco install hwmonitor | |
# choco install opencv | |
# choco install rainmeter | |
# choco install wiztree | |
# anti spy tool | |
# choco install shutup10 | |
# Diffmerge | |
choco install meld | |
# choco install musescore | |
# Citing sources | |
choco install zotero | |
# choco install superantispyware | |
# choco install azure-data-studio | |
# Astronomy | |
# choco install stellarium | |
# Owasp Zap | |
# choco install zap | |
# Kindle | |
# choco install kindle | |
# choco install gcloudsdk | |
# choco install onenote | |
choco install reflect-free -y | |
# games | |
choco install scummvm | |
choco install origin | |
choco feature disable -n allowGlobalConfirmation | |
# Manual installs (Office 365, Onenote x64) | |
# Dev Installs | |
# Azure Data Sstudio | |
# Ankhsvn | |
# Dropbox | |
# Java | |
# Pycharm | |
# MS Hive ODBC | |
# MS PowerQuery | |
# SQL 2012 | |
# SQL 2016 | |
# SQL 2017 | |
# SQL 2019 | |
# VS 2012 | |
# VS 2015 | |
# VS 2017 | |
# VS 2019 | |
# Mputty | |
# Notepad++ | |
# Oracle VM VirtualBox | |
# Poormanssqlformatter | |
# Putty | |
# Scala | |
# Soundswitch | |
# SAP Crystal Reports | |
# TortiseSVn | |
# WinSCP | |
# Ant | |
# Gradle | |
# Maven | |
# Eclipse | |
# Hadoop Development Tools (HDT) | |
# kube_val | |
# kubectl | |
# ruby | |
# rake | |
# gem install albacore | |
# 7zip | |
# dotnet core sdk msi | |
# wsl windows feature | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
# Powershell Core | |
# dotnet tool install --global PowerShell | |
# azure cli | |
# choco install azure-cli | |
# refreshenv | |
# kubernetes cli | |
# az aks kubernetes install-cli | |
# add to path %USERPROFILE%\.azure-kubectl | |
# anki (flashcards) | |
# https://apps.ankiweb.net/ | |
# Autodesk Sketchbook | |
# Azure Portal | |
# Brave | |
# Sonic Pi | |
# Nteract | |
# Twine | |
# Epic Games | |
# Ubuntu / WSL | |
# inkscape | |
# jump paint | |
# medibang paint pro | |
choco install azure-functions-core-tools | |
choco install fiddler | |
choco install postman | |
choco install etcher | |
# Golang | |
choco install golang | |
# Git AWS Secrets Hook | |
git clone https://github.com/awslabs/git-secrets.git | |
cd .\git-secrets\ | |
.\install.ps1 | |
git secrets --register-aws --global | |
# Tensorboard compiler | |
choco install bazel | |
# screenTogif | |
# ffmpeg.exe, ffplay.exe, ffprobe.exe | |
choco install ffmpeg | |
# Audacity ffmpeg | |
choco install audacity-ffmpeg | |
# Node js / npm | |
choco install nvm | |
choco install nodejs | |
npm install -g typescript | |
npm install -g yo generator-code | |
# Delightful JavaScript Testing | |
npm install jest --global | |
npm install -g typescript | |
npm install -g prettier | |
npm install -g tslint | |
npm install -g prettier | |
npm install -g mocha | |
npm i -g ntl | |
# Github desktop to download gists | |
choco install github-desktop | |
# Wox is Alfred for Windows | |
# set shortcut key to alt-space | |
# Wox with chocolatey will install python and clobber anaconda so be sure to say no. | |
# choco feature disable -n allowGlobalConfirmation | |
# choco install wox | |
# paid alternative to quicklook is seer | |
# lightshot alternative for screen shots - https://app.prntscr.com/en/index.html | |
# https://gta.com.ua/rockstargames-classics-free-download.phtml | |
# Docker Desktop | |
choco install docker-desktop --pre | |
# Windows Store - Ditto clipboard manager | |
# Webtorrent desktop - choco installs 32-bit version | |
# https://github.com/webtorrent/webtorrent-desktop/releases | |
# Twitch | |
choco install twitch | |
# Lighttable | |
choco install lighttable | |
choco install malwarebytes | |
# Remove SweetLabs App Explorer (Facebook) application. Unsure how this was installed, on initial windows install? | |
# Netdata | |
# https://www.how2shout.com/how-to/how-to-install-netdata-on-windows-10-wsl.html | |
# Skype for desktop, to fix the annoying Windows 10 HD-5000 / LifeCam Cinema autofocus issue. | |
# Can be also set under Camera app, under Pro mode tools. | |
# Microsoft Sketch Pal | |
# Autodesk Sketchbook Pro | |
# Pixel art | |
choco install krita | |
choco install 7-zip | |
choco install asio4all | |
choco install jack | |
choco install php | |
# https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal | |
choco install wget | |
choco install microsoftazurestorageexplorer | |
choco install calibre | |
# digikam 7 beta | |
# Google GDrive backup and sync | |
# Dropbox | |
# AWS CLI | |
choco install awscli | |
# Google Cloud SDK | |
# cd %USERPROFILE%\Downloads | |
# wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-277.0.0-windows-x86_64.zip | |
# .\google-cloud-sdk\install.bat | |
# ./google-cloud-sdk/bin/gcloud init | |
# cmake is required for compiling c++ packages, eg. dlib | |
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' | |
# dlib doesn't work on python 3.7 yet, compile it. | |
# git clone https://github.com/asears/dlib.git | |
# cd dlib | |
# conda env create --name dlib | |
# activate dlib | |
# python setup.py install | |
choco install putty | |
# File Search | |
choco install agentransack | |
# MagicaVoxel Ray maps https://ephtracy.github.io/index.html?page=aerialod | |
# Aerialod.exe | |
# LASTools (trial) Lidar Processing | |
# MagicaVoxel | |
# RDP for Linux | |
choco install nomachine | |
# Software Isolation | |
# https://sandboxie-plus.com/ | |
# Sandboxie | |
# Terminal Images | |
choco install wsltty | |
apt-get install libsixel-bin | |
apt-get install libsixel-examples | |
https://github.com/mintty/wsltty | |
https://saitoha.github.io/libsixel/ | |
choco install gpg4win | |
# NVIDIA RTX Voice | |
# https://www.nvidia.com/en-us/geforce/guides/nvidia-rtx-voice-setup-guide/ | |
# PowerBI Desktop | |
# Midi OX | |
# http://www.midiox.com/ | |
choco install javaruntime | |
# Microsoft MPI 10.0 for openmpi | |
# https://www.microsoft.com/en-us/download/details.aspx?id=57467 | |
# Easy Boot CD | |
# https://neosmart.net/ | |
# Make | |
choco install make | |
# Ham Radio | |
# https://cubicsdr.com/ | |
# HXD Hex Editor | |
# https://mh-nexus.de/en/programs.php | |
# Ripgrep / all | |
# https://chocolatey.org/packages/ripgrep-all | |
# Microsoft PowerToys | |
<# replaces wox | |
FancyZones | |
File Explorer Preview | |
Image Resizer | |
Keyboard Manager | |
PowerRename | |
PowerToys Run | |
Shortcut Guide | |
#> | |
choco install powertoys | |
# Github hub cli | |
choco install hub | |
# JSON query | |
choco install jq | |
choco install awk #gawk | |
# Typora Markdown | |
# https://typora.io/#windows | |
# Link Checker | |
# https://wummel.github.io/linkchecker/ | |
# GitKraken | |
# Etcher | |
# Writage | |
# Typesafe Activator | |
# Vagrant | |
# OpenDbDiff | |
# KeepassX | |
choco install atom | |
choco install vale | |
# Scribus | |
# Ghostscript | |
# AIMP | |
choco install gh | |
choco install firacode | |
choco install deno | |
choco install yarn | |
# GIS Software | |
choco install qgis | |
# Nuget cli | |
choco install nuget.commandline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment