Back to Config Library
Bundle
v1.0.0

Dev Environment Pack

Everything in one download — Zsh config, Claude Code setup, bootstrap scripts, and all config files.

Files Included

205 lines
# ===========================================================================
# 1. Oh My Zsh (must come first — plugins and themes depend on it)
# ===========================================================================
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git zoxide fzf zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh

# ===========================================================================
# 2. Aliases (most frequently edited — organized by category)
# ===========================================================================

# --- Dotfiles & Config ---
alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
alias shushu='cd ~ && nvim .zshrc'
alias config='cd ~/.config/ && eza --icons --all'
alias plans="cd ~/.claude/plans/ && glow ."

# --- eza (ls replacement) ---
alias ls='eza --icons --grid --group-directories-first'
alias ll='eza --icons --long --group-directories-first --git --time-style=relative'
alias la='eza --icons --long --all --group-directories-first --git'
alias lg='eza --icons --grid --group-directories-first'
alias lt='eza --icons --long --sort=modified --reverse --git'
alias ln='eza --icons --long --sort=name --group-directories-first --git'
alias lz='eza --icons --long --sort=size --reverse --git'
alias tree='eza --icons --tree --level=2 --group-directories-first'
alias tree2="eza --icons --tree --level=2 --group-directories-first --git-ignore -I 'node_modules|.git|coverage|dist|build'"
alias tree3="eza --icons --tree --level=3 --group-directories-first --git-ignore -I 'node_modules|.git|coverage|dist|build'"

Purchase to unlock full file

How to use

Copy to ~/.zshrc and restart your shell with exec zsh. Edit aliases and PATH entries to match your setup. Source ~/.zsh_secrets for API keys.

About

The complete developer environment bundle. Includes the Pro Zsh Config (macOS + Linux variants with 40+ aliases and AI functions), the Claude Code Config Pack (CLAUDE.md template, settings.json with 90+ permission rules, hooks), both bootstrap scripts (Ubuntu + macOS), and any future config files added to the store. One purchase, everything included.

BundleZshClaude CodeBootstrap
$29

Bundle Includes

  • Pro Zsh Config (macOS + Linux)
  • Claude Code Config Pack (4 files)
  • Ubuntu Bootstrap Script
  • macOS Bootstrap Script
  • All future config additions
  • Save $2 vs buying separately

Why trust this

  • Built from 10+ years of experience
  • Instant delivery via email
  • Reply to your receipt for support

4 files included

    Dev Environment Pack | Starmorph Config | Starmorph