Skip to content

Instantly share code, notes, and snippets.

View lcharkiewicz's full-sized avatar

Leszek Charkiewicz lcharkiewicz

View GitHub Profile
#!/usr/bin/env python3
# usage:
# python kube_config_merge.py ~/.kube/config1 ~/.kube/config2
import sys
import yaml # PyYAML
configs = []
for config in sys.argv[1:]:
print(config)
@lcharkiewicz
lcharkiewicz / boxstarter
Last active August 29, 2015 14:07
boxstarter installation script
Set-ExecutionPolicy Unrestricted -Force
Import-Module Boxstarter.Chocolatey
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Install-WindowsUpdate -acceptEula
#Disable-MicrosoftUpdate