These are my dotfiles. There are many like them, but these ones are mine.
WARNING: I may, without prior notice, forcefully overwrite the history of this repo.
This repo has a simple script to set up your home directory as a git worktree. Change it as needed: .dotfile_misc/bin/dotfiles-bootstrap.sh
This repo does not track regular shell rc files.
For example, it ignores .zshrc
, .bashrc
, .profile
, and cousins.
Instead, it tracks files like .zshrc_global.sh
.
The worktree-setup.sh
script above causes files like .zshrc
to source the corresponding global overrides like the .zshrc_global.sh
file.
Thus local overrides or fallbacks can easily be added in the regular rc files.