Skip to content

Instantly share code, notes, and snippets.

View kizzlah's full-sized avatar
🌙
🦉

🌙🦉 kizzlah

🌙
🦉
  • Kenner, LA
View GitHub Profile
@kizzlah
kizzlah / unbrew.rb
Created March 15, 2025 20:27 — forked from SteveBenner/unbrew.rb
Homebrew uninstall script
#!/usr/bin/env ruby
#
# CLI tool for locating and removing a Homebrew installation
# It replaces the official uninstaller, which is insufficient and often breaks
# If files were removed, the script returns 0; otherwise it returns 1
#
# http://brew.sh/
#
# Copyright (C) 2025 Stephen C. Benner
#