Skip to content

Instantly share code, notes, and snippets.

View MattSturgeon's full-sized avatar

Matt Sturgeon MattSturgeon

  • United Kingdom
  • 23:33 (UTC +01:00)
View GitHub Profile
@MattSturgeon
MattSturgeon / .gitignore
Created April 20, 2017 23:14 — forked from andykais/.gitignore
.gitignore file for my home directory
#blacklist top level folder
/*
#whitelist files & folders
!.gitignore
!README.md
!.i3/
!.i3status.conf
$exePath = "$env:USERPROFILE\wix310.exe"
(New-Object Net.WebClient).DownloadFile('http://wixtoolset.org/downloads/v3.10.0.1823/wix310.exe', $exePath)
cmd /c start "$exePath" /q