Skip to content

Instantly share code, notes, and snippets.

View Agslz's full-sized avatar
💣
: ( ) { : | : & } ; :

Agustín Schulze Agslz

💣
: ( ) { : | : & } ; :
View GitHub Profile
@brei0x
brei0x / uninstall-zsh.sh
Last active January 19, 2026 12:44
Uninstall Zsh + Oh My Zsh + Powerlevel10k theme (macOS & Linux)
#!/bin/bash
# Uninstall Zsh + Oh My Zsh + Powerlevel10k theme (macOS & Linux)
# To run this script:
# 1. Execute: sh -c "$(curl -fsSL "$(curl -s "https://api.github.com/gists/254e58bd87009963b3f58405d75cbe6c" | grep -o '"raw_url": *"[^"]*"' | cut -d'"' -f4)")"
# Colors
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
RED='\033[0;31m'