Skip to content

Instantly share code, notes, and snippets.

View Asherpayn's full-sized avatar
🤷‍♂️
I don't know what I am doing

Asher Payn Asherpayn

🤷‍♂️
I don't know what I am doing
View GitHub Profile
@Asherpayn
Asherpayn / zsh instructions for claude.md
Created December 27, 2025 23:08
this is info for claude to rebuild my preferred shell on other systems (macOS Arch Fedora)

Zsh Configuration Setup Prompt

Use this prompt with Claude Code to recreate my zsh configuration on a new system.


Task

Set up a complete zsh environment with Oh My Zsh, Powerlevel10k theme, and my preferred plugins/utilities. Detect the current OS and use the appropriate package manager.

@Asherpayn
Asherpayn / wifi_powersave.sh
Last active November 3, 2025 08:34
a script to disable wifi powersaving on linux (Fedora and Arch Based Distrobutions)
#!/bin/bash
# WiFi Power Save Disable Script
# Supports Arch Linux and Fedora
# Author: Asher Payn :)
set -e
# Colors for output
RED='\033[0;31m'