Skip to content

Instantly share code, notes, and snippets.

View brei0x's full-sized avatar

Brei0x 🦅 brei0x

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'
@brei0x
brei0x / install-zsh.sh
Last active January 19, 2026 12:45
Install Zsh + Oh My Zsh + Powerlevel10k theme (macOS & Linux)
#!/bin/bash
# Install Zsh + Oh My Zsh + Powerlevel10k theme (macOS & Linux)
# This script is idempotent!
# To run this script:
# 1. Execute: sh -c "$(curl -fsSL "$(curl -s "https://api.github.com/gists/42e9a1b65ecec83b0432331616baf4ee" | grep -o '"raw_url": *"[^"]*"' | cut -d'"' -f4)")"
# This script installs and configures the following:
# 1. Zsh and Git
# 2. Oh My Zsh