Skip to content

Instantly share code, notes, and snippets.

View mi-skam's full-sized avatar

mi-skam mi-skam

  • mi-skam
  • Zeitz
  • 14:28 (UTC +02:00)
View GitHub Profile
@mi-skam
mi-skam / boxstarter.ps1
Last active February 13, 2019 08:36 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Original Author: Jess Frazelle <[email protected]>
# Author: Maksim
# Last Updated: 2019-02-13
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
# Import for syncthing you need to provide your login password (as a secure-string like so):