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.)
  • scripts/: 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`)
./scripts/update-all.sh

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

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors