msbaekmsbaekCommunity·3 Agent Skills Included

dotfiles

macOS terminal, editor, and window manager configuration deployment

Deploys a complete macOS development environment using GNU Stow symlinks and Homebrew package management. Configures terminals, Neovim, tiling window managers, status bars, and keyboard remapping without manual setup. Eliminates hours of repetitive configuration when setting up a new Mac or syncing settings across machines.
npx skills add msbaek/dotfiles --all -g -y
Available:

Instructs your AI agent on the repository structure, safe GNU Stow deployment with --no-folding, Homebrew package management, and pre-commit hook behavior when editing these dotfiles.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install msbaek dotfiles?

Run `npx skills add msbaek/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.

What does this dotfiles repository configure?

It configures macOS terminals (Ghostty, WezTerm, Alacritty), Neovim with LazyVim, tiling window managers like AeroSpace and Yabai, the SketchyBar status bar, and Karabiner key remapping.

How are the dotfiles deployed to my system?

The repository uses GNU Stow to create symlinks from the repo to your home directory, deployed with `stow --no-folding -t ~ .` to keep your home folder and the repository safely separated.

Can I use these dotfiles on a new Mac?

Yes. Install Homebrew dependencies from the Brewfile, then run the Stow command to symlink all configurations, giving you a complete development environment in minutes.

Does this work with AI coding assistants?

Yes. The included CLAUDE.md and AGENTS.md files give Claude Code and Codex clear instructions on the repository structure and safe deployment commands.

Related Repositories in Software Engineering

View All in Software Engineering