Last active
August 29, 2015 14:02
-
-
Save bogdangrigg/94fb9139cbfd83431427 to your computer and use it in GitHub Desktop.
Dev machine base setup
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
$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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very good! I'll use this as a base for my own setup ;)