Skip to content

Instantly share code, notes, and snippets.

View EbodShojaei's full-sized avatar
🏰
building

Ebod Shojaei EbodShojaei

🏰
building
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'
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active January 26, 2026 19:14
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@xbeta
xbeta / README.md
Last active January 17, 2026 02:08
Macbook Pro Bluetooth + WiFi 2.4GHz interference fix for Mavericks