Skip to content

Instantly share code, notes, and snippets.

View kkoziarski's full-sized avatar

Krzysztof Koziarski kkoziarski

View GitHub Profile
@kkoziarski
kkoziarski / .git-commands.md
Last active January 29, 2021 09:45 — forked from hofmannsven/README.md
Git Cheatsheet
@kkoziarski
kkoziarski / Paradox-custom-theme.psm1
Last active February 9, 2019 20:37
Scripts to run on a new system
#requires -Version 2 -Modules posh-git
function Write-Theme {
param(
[bool]
$lastCommandFailed,
[string]
$with
)