Skip to content

Instantly share code, notes, and snippets.

View ian-noble's full-sized avatar

Ian Noble ian-noble

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ian-noble on github.
  • I am iannoble (https://keybase.io/iannoble) on keybase.
  • I have a public key whose fingerprint is F11B 0212 1785 FE27 80DE D72D 71A9 2925 6CDA 1A90

To claim this, I am signing this object:

@ian-noble
ian-noble / boxstarter-full-win10.ps1
Last active October 23, 2022 16:31
Boxstarter - Full - Windows 10
<#
.SYNOPSIS
BoxStarter script to configure Windows 10 development PC.
.DESCRIPTION
Install BoxStarter:
. { Invoke-WebRequest -useb http://boxstarter.org/bootstrapper.ps1 } | Invoke-Expression; get-boxstarter -Force
Run by calling the following from an **elevated** command-prompt.
Remove -DisableReboots parameter to allow the script to reboot as required.
[app]
launch_at_startup = yes
@ian-noble
ian-noble / ConEmu.xml
Last active May 12, 2018 15:05
Cmder configuration.
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2018-02-09 12:09:12" build="161206">
<value name="ColorTable00" type="dword" data="00362b00"/>
<value name="ColorTable01" type="dword" data="00423607"/>
<value name="ColorTable02" type="dword" data="00756e58"/>
<value name="ColorTable03" type="dword" data="00837b65"/>
<value name="ColorTable04" type="dword" data="00164bcb"/>
<value name="ColorTable05" type="dword" data="00c4716c"/>
@ian-noble
ian-noble / settings.json
Last active May 12, 2018 15:14
Visual Studio Code user settings.
// Place your settings in this file to overwrite the default settings
{
// Appearance.
"editor.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace",
"workbench.colorTheme": "Solarized Dark",
// Whether the proxy server certificate should be verified against the list of supplied CAs.
"http.proxyStrictSSL": false,
// Powershell.
"powershell.scriptAnalysis.enable": true,
"powershell.startAutomatically": true,
<#
.SYNOPSIS
BoxStarter script to configure Windows bastion host.
.DESCRIPTION
Install BoxStarter:
. { Invoke-WebRequest -useb http://boxstarter.org/bootstrapper.ps1 } | Invoke-Expression; get-boxstarter -Force
Run by calling the following from an **elevated** command-prompt.
Remove -DisableReboots parameter to allow the script to reboot as required.