Scoop is Homebrew alternative for windows.
# command prompt theme
scoop install concfg
concfg import solarized small
# version control
scoop install ruby19
scoop reset ruby
# git style theme
scoop install pshazz
# command line text art
scoop install figletUse chocolatey
To install chocolatey, run the following batch and add %ALLUSERSPROFILE%\chocolatey\bin to your path.
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin- [a blog page by Denis Gladkikh](http://outcoldman.com/en/archive/201