Skip to content

Instantly share code, notes, and snippets.

@Ajedi32
Last active November 8, 2020 22:39
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ajedi32/08f0e446f8282fd7e01653c6d6c248f7 to your computer and use it in GitHub Desktop.
Save Ajedi32/08f0e446f8282fd7e01653c6d6c248f7 to your computer and use it in GitHub Desktop.
Install Software
# Install chocolatey (package manager)
Set-ExecutionPolicy RemoteSigned
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# Common software
choco install --confirm googlechrome firefox notepadplusplus 7zip vlc paint.net audacity audacity-lame
# KeePass (Only on trusted computers)
choco install --confirm keepass.install keepass-keepasshttp
# Development
choco install --confirm atom nodejs.install ruby conemu
# Dependencies for my automation scripts
choco install --confirm ruby ffmpeg pandoc python
pip install youtube_dl
# Other useful utilities
choco install --confirm mp3tag imagemagick
# Git and Unix tools (For all sorts of stuff)
choco install --confirm --params="'/GitAndUnixToolsOnPath'" git.install
# Atom packages
apm stars --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment