I hereby claim:
- I am karstenmueller on github.
- I am kamueller (https://keybase.io/kamueller) on keybase.
- I have a public key whose fingerprint is C7DD 55AA 51DB C880 8441 37AE 9947 4155 0430 802E
To claim this, I am signing this object:
| $url = "https://raw.githubusercontent.com/Nordstrom/chefdk_bootstrap/master/bootstrap.ps1" | |
| $out = "$env:USERPROFILE\Documents\bootstrap.ps1" | |
| Invoke-WebRequest -Uri $url -OutFile $out | |
| if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { | |
| Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$out`"" -Verb RunAs | |
| exit | |
| } |
| @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin | |
| choco install -params '"/GitAndUnixToolsOnPath /NoAutoCrlf"' | |
| # A simple BoxStarter script for use with http://boxstarter.org/WebLauncher | |
| # Issue in CMD, Powershell or IE: | |
| # START http://boxstarter.org/package/nr/url?<GIST RAW URL> | |
| # Show more info for files in Explorer | |
| Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| # Allow running PowerShell scripts | |
| Update-ExecutionPolicy Unrestricted | |
I hereby claim:
To claim this, I am signing this object: