Skip to content

Instantly share code, notes, and snippets.

@bogdangrigg
Last active August 29, 2015 14:02
Show Gist options
  • Save bogdangrigg/94fb9139cbfd83431427 to your computer and use it in GitHub Desktop.
Save bogdangrigg/94fb9139cbfd83431427 to your computer and use it in GitHub Desktop.
Dev machine base setup
$env:Path += ";C:\Chocolatey\bin"
choco install ChocolateyGUI
choco install git poshgit
choco install VisualStudio2013Professional
choco install python pip easy.install
choco install notepadplusplus SublimeText3 aptana-studio
choco install winmerge linqpad4 SourceTree dotPeek SourceCodePro ScriptCs sqliteadmin HxD
choco install sysinternals filezilla winscp putty fiddler4 windirstat lockhunter wireshark truecrypt rdcman nmap
choco install GoogleChrome Firefox flashplayerplugin adobereader
choco install skype xnview adobereader vlc dropbox teamviewer paint.net 7zip curl Wget
choco install keepass lastpass
choco install javaruntime
choco install f.lux
choco install InkScape -Pre
@jkauppinen
Copy link

Very good! I'll use this as a base for my own setup ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment