Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 672 Bytes

Dotfiles

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.

Requirements

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.

Getting started

Clone the dotfiles

Clone the dotfiles to your local machine. For example:

cd ~
mkdir code && cd $_
git clone [email protected]:monooso/dotfiles.git

Symlink the dotfiles

cd ~/code/dotfiles
stow -t ~/ .