Skip to content

yxtay/dotfiles

Repository files navigation

dotfiles

Personal macOS and Linux shell setup managed with chezmoi and Homebrew.

What's in this repo

  • chezmoi/: templated dotfiles for shell and tool config (zsh, git, helix, wezterm, bat, etc.)
  • plugins/: personal Claude Code plugins — a local marketplace installed via chezmoi apply
  • bin/: convenience maintenance scripts (update-all.sh, cleanup-all.sh)

Apply directly from repo

Install chezmoi and apply dotfiles in one step, no clone needed:

sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply yxtay

The following commands require cloning the repo first.

Bootstrap

Run:

./install.sh

This script installs chezmoi if missing, then initializes and applies this repo as the source.

Apply dotfiles

chezmoi apply

This installs all Homebrew packages and applies config files.

Development workflow

# Install pre-commit hooks
pre-commit install

Maintenance scripts

# Refresh dotfiles (requires `gh auth login`)
./bin/update-all.sh

# Clean caches and old artifacts
./bin/cleanup-all.sh

Claude Code plugins

Personal skills-directory plugin deployed by chezmoi apply to ~/.claude/skills/okf/. Loaded automatically as okf@skills-dir on session start — no install step.

Current plugins:

  • okf — OKF skill + SessionEnd hook that distills memsearch journals into the ~/wiki OKF bundle

License

MIT

About

dotfiles, managed with https://www.chezmoi.io/

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors