my personal dotfiles for macOS.
- agents: global agent skills store (
~/.agents) managed bybunx skills— lockfile plus every installed skill, synced viascripts/sync-skills.sh - claude: Claude Code CLI config
- equibop: Equicord Discord client config
- flow: Flow Control editor config
- fish: fish shell config (synced via
scripts/sync-fish.sh, which redacts secret-shaped values) - ghostty: Ghostty terminal dots
- herdr: herdr multiplexer config (synced via
scripts/sync-herdr.sh, which redacts secret-shaped values) - nvim: Neovim editor config
- opencode: OpenCode AI config
- pi: Pi coding agent config
- raycast: Raycast extension dots
Clone this repository to your home directory:
git clone https://github.com/plyght/dotfiles.git ~/dotfilesThen (I) use Stow to symlink to ~/.config (or wherever your config dir is)
stow agents & stow claude & stow equibop & stow fish & stow flow & stow ghostty & stow herdr & stow nvim & stow opencode & stow pi & stow raycastEach directory contains dotfiles for specific tools. Follow the individual setup instructions in each directory.
these dots should work on most *nix systems.