Dotfiles (tomer.link/dotfiles)
The files that configure my computer!
I wanted to able to track configuration files outside my home directory so I created a bare git repository at ~/.dotfiles.git and wrote a git wrapper that prefixes git commands with --git-dir=$HOME/.dotfiles.git --work-tree=/!
So your whole computer is a git repository? ... Does that mean this readme.md is directly under your root directory...?
Yeahhhh...