All of my dotfiles, in a single repository. Supercedes the modular approach of one repository per use-case (dot-elixir
, dot-git
, etc.). Long live the monolith.
Uses GNU Stow to manage symlinks. You'll need a reasonably recent version. This isn't a problem if you're on Fedora (using dnf
) or macOS (using brew
); I can't speak for any other systems.
Clone the dotfiles to your local machine. For example:
cd ~
mkdir code && cd $_
git clone [email protected]:monooso/dotfiles.git
cd ~/code/dotfiles
stow -t ~/ .