Skip to content

Instantly share code, notes, and snippets.

View spike1292's full-sized avatar
👽
Building out of space stuff

Henk Bakker spike1292

👽
Building out of space stuff
View GitHub Profile
@WintersMichael
WintersMichael / pr_clean.sh
Created May 1, 2017 20:19
Pull master and clean dead local branches after a PR
#!/bin/bash
echo "Switching to master and pulling ..."
git checkout master
if [[ ! $? -eq 0 ]]; then
echo
echo Unable to checkout master, aborting.
exit
fi
git pull
@ericelliott
ericelliott / essential-javascript-links.md
Last active May 17, 2024 03:38
Essential JavaScript Links
@staltz
staltz / introrx.md
Last active June 21, 2024 12:27
The introduction to Reactive Programming you've been missing
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active June 21, 2024 14:48
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k