Skip to content

mkermani144/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configs

My config files for different apps and services.

Managed with GNU Stow. Each top-level directory is a Stow "group" mirroring the target path layout.

Install

$ brew install stow   # macOS
$ stow -Sv tmux nvim alacritty agents

Default target is $HOME, so e.g. nvim/.config/nvim/init.lua~/.config/nvim/init.lua.

The agents group ships both Codex and Claude assets in one tree:

  • agents/.codex/AGENTS.md~/.codex/AGENTS.md
  • agents/.codex/skills/~/.codex/skills/
  • agents/.claude/CLAUDE.md~/.claude/CLAUDE.md (symlinked to AGENTS.md inside the repo, single source of truth)
  • agents/.claude/skills/~/.claude/skills/ (individual skills are in-repo symlinks back to .codex/skills/<name>, single source of truth)

Adopting existing files

If a target file already exists as a real file (not a symlink), Stow refuses. Two options:

  • stow --adopt -Sv <group> — moves the real file into the repo, replacing it with a symlink. Use only after git diff to confirm no surprise edits.
  • Delete the real file first, then stow -Sv <group>.

Uninstall

$ stow -Dv <group>

Preview

-n (no-op) shows what would happen without touching the filesystem:

$ stow -nvS tmux

About

My config files for different apps and services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors