This is a collection of my configuration files.
Some of my configurations exists as other repos and are in that case added as submodules. My dotfiles are organized so that GNU Stow can be used, with this blog post as reference.
-
Clone this repo into $HOME/dotfiles
$ git clone --recursive https://github.com/Jassob/dotfiles ~/dotfiles
-
Use GNU stow to install the configs, for instance with emacs
$ stow emacs
-
Profit!