Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 592 Bytes

Jassob's dotfiles

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.

Setup

  1. Clone this repo into $HOME/dotfiles

    $ git clone --recursive https://github.com/Jassob/dotfiles ~/dotfiles

  2. Use GNU stow to install the configs, for instance with emacs

    $ stow emacs

  3. Profit!