This repository stores personal configuration files, managed with GNU Stow. Each component (zsh, stow, etc.) is placed in its own folder and symlinked into the home directory.
Usage:
-
Install Stow
macOS:
brew install stowLinux:
sudo apt install stow -
Clone the repository
git clone <your‑repo‑url> ~/dotfilescd ~/dotfiles -
Stow the components you need
stow zshstow stow
Structure:
-
stow/.stow-global-ignore Contains patterns Stow should ignore when creating symlinks.
-
zsh/ Contains zsh configuration files (for example .zshrc).
After running Stow, the files inside each component will be symlinked into your home directory.