Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active March 15, 2016 02:52
Show Gist options
  • Save ishu3101/e597bafbac2c6811f6be to your computer and use it in GitHub Desktop.
Save ishu3101/e597bafbac2c6811f6be to your computer and use it in GitHub Desktop.
Install Software on Windows using pbox - Windows Package Manager written in java. See http://pbox.me/ for more information.
# Install Software on Windows using pbox - Windows Package Manager written in java. See http://pbox.me/ for more information.
# http://codeforces.com/blog/entry/18274
# browsers
pbox install firefox
pbox install chrome
# text editor
pbox install notepadplusplus
pbox install sublimetext2
pbox install sublimetext3
# IDE
pbox install eclipse-ide-java
pbox install eclipse-ide-cpp
pbox install pycharm
# IntelliJ IDEA Community Edition
pbox install idea
pbox install vs2010-express
pbox install putty
# programming languages
pbox install python2
pbox install python3
pbox install ruby
pbox install php
pbox install go
pbox install mono
pbox install haskellplatform
pbox install jdk7
pbox install jdk8
pbox install nodejs-portable
pbox install git
pbox install 7zip
pbox install dotnet45
pbox install dotnet46
pbox install paintdotnet
pbox install windirstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment