Zuehlke / cookbook-windev

One cookbook with resources for setting up a Windows development environment
MIT License
7 stars 1 forks source link

Recipe for definition of environment variables #14

Closed damphyr closed 9 years ago

damphyr commented 9 years ago

In the spirit of packages and features allows us to define a Hash that is then interpreted as names=values for environment variables:

"environment":{
  "PATH":C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\",
      "GIT_SSL_NO_VERIFY":"true",
      "devmgr_show_nonpresent_devices":"1"
    }
tknerr commented 9 years ago

:+1: I like :-)