How symlinks wire the repo into your home
How config files in this repo get linked into ~/.config and ~/ — so edits are instantly live and tracked by git.
The dotfiles repo is the source of truth. Every config file is symlinked from ~/.config/ back into this repo — so edits are instantly live and automatically tracked by git.
symlink map
~/.config/sketchybar → ~/dotfiles/sketchybar/
~/.config/aerospace/aerospace.toml → ~/dotfiles/aerospace/aerospace.toml
~/.config/ghostty/config → ~/dotfiles/ghostty/config
~/.config/starship.toml → ~/dotfiles/starship/starship.toml
~/.config/lsd/config.yaml → ~/dotfiles/lsd/config.yaml
~/.config/fastfetch/config.jsonc → ~/dotfiles/fastfetch/config.jsonc
~/.zshrc → ~/dotfiles/zsh/.zshrc
~/.config/fish/config.fish → ~/dotfiles/fish/config.fish Verify all symlinks
readlink ~/.config/sketchybar
readlink ~/.config/aerospace/aerospace.toml
readlink ~/.config/ghostty/config
readlink ~/.config/starship.toml
readlink ~/.config/lsd/config.yaml
readlink ~/.zshrc
readlink ~/.config/fish/config.fish