Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save githubutilities/dce129b580c9a585b778 to your computer and use it in GitHub Desktop.

Select an option

Save githubutilities/dce129b580c9a585b778 to your computer and use it in GitHub Desktop.
Windows Package Manager

Windows Package Manager

Using Scoop

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 figlet

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

Reference

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