Skip to content

Instantly share code, notes, and snippets.

@danilobjr
danilobjr / zsh.md
Created July 24, 2018 17:44 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
@danilobjr
danilobjr / gstep.ps1
Created March 22, 2017 20:57
git + presenter + powershell
param(
[switch]$autoclear
)
$options = @{}
$options.Add('next', "Next step")
$options.Add('prev', "Previous step")
$options.Add('reset', "Reset the current changes")
$options.Add('rebase', "Rebase all steps that follow the current")