Skip to content

Instantly share code, notes, and snippets.

View cruzluna's full-sized avatar
:shipit:
Ship

Cruz cruzluna

:shipit:
Ship
View GitHub Profile
@cruzluna
cruzluna / opencode.json
Created April 30, 2026 22:22
pi opencode theme
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "opencode",
"vars": {
"primary": "#fab283",
"secondary": "#5c9cf5",
"accent": "#9d7cd8",
"red": "#e06c75",
"orange": "#f5a742",
"green": "#7fd88f",
@cruzluna
cruzluna / .zshrc
Created October 21, 2025 16:33
zshrc
# Place in your .zshrc file.
# If a command takes >10 CPU seconds, automatically print the time it took.
REPORTTIME=10
# Format the output of the time command to be a little more human friendly.
TIMEFMT=" Elapsed: %*E User: %U Kernel: %*S"
alias gcne='git commit --amend --no-edit'
alias gw='git worktree'
alias glog="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@cruzluna
cruzluna / tmux.conf
Last active March 7, 2026 17:33
Tmux config
set -g default-terminal "screen-256color"
set -g prefix C-a
unbind C-b
bind-key C-a send-prefix
unbind %
bind \\ split-window -h