Skip to content

Instantly share code, notes, and snippets.

View masterjeef's full-sized avatar

J3Ff L1n70n masterjeef

  • Salt Lake City, Utah
View GitHub Profile
@joechrysler
joechrysler / who_is_my_mummy.sh
Last active May 15, 2025 11:21
Find the nearest parent branch of the current git branch
#!/usr/bin/env zsh
git show-branch -a \
| grep '\*' \
| grep -v `git rev-parse --abbrev-ref HEAD` \
| head -n1 \
| sed 's/.*\[\(.*\)\].*/\1/' \
| sed 's/[\^~].*//'
# How it works:
@masterjeef
masterjeef / remove-windows10-crap.ps1
Last active June 26, 2023 08:10
Remove Windows 10 Crap
<#
This is a helpful script that will remove the default Windows 10 garbage from your computer
* Comment out any apps that you might want to keep
* Don't forget to run as admin
#>
# 3d Builder