Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 836 Bytes

File metadata and controls

29 lines (18 loc) · 836 Bytes

dotfiles

Personal macOS dotfiles for zsh, tmux, and kitty.

What's Included

  • Zsh: Configuration with Antigen plugin manager, Powerlevel10k theme, and useful plugins
  • Tmux: Configuration with TPM, catppuccin theme, vim-style navigation
  • Kitty: Terminal emulator configuration

Installation

./install.sh

This creates symlinks from the dotfiles to your home directory.

Prerequisites

  • Zsh with Antigen (curl -L git.io/antigen > ~/antigen.zsh)
  • Tmux Plugin Manager (git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm)

Local Customizations

Create these files for machine-specific settings (not tracked):

  • ~/.local_aliases - Local shell aliases
  • ~/.local_zshrc - Local zsh configuration