Skip to content

Instantly share code, notes, and snippets.

@peisenhower
Last active October 22, 2018 21:36
Show Gist options
  • Save peisenhower/f02b698590a1e63d78fca293d0e70a22 to your computer and use it in GitHub Desktop.
Save peisenhower/f02b698590a1e63d78fca293d0e70a22 to your computer and use it in GitHub Desktop.
windows setup
:: power shell only
:: chocolatey
Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
:: scoop
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install curl wget 7zip cmder file ffmpeg gcc git make nmap nvm openssh python tar vim yarn youtube-dl ctags
choco install sublimetext3 atom googledrive sharex putty googlechrome sumatrapdf linqpad spotify skype transmission meld
git config --global remote.origin.prune true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment