Skip to content

Installation

  1. Install Homesick:

    $ gem install homesick
    

  2. Clone this repository:

    $ homesick clone jefftriplett/dotfiles
    

  3. Create the symlinks:

    $ homesick symlink dotfiles
    

  4. Bootstrap the environment:

    $ just --justfile=./home/justfile bootstrap
    

Project Workflow (Just)

Most tasks in this repo run via just recipes defined in home/justfile and its submodules in home/.justfiles. Use just --justfile=./home/justfile when running commands from the repo root.

Common commands:

$ just --justfile=./home/justfile install
$ just --justfile=./home/justfile bootstrap
$ just --justfile=./home/justfile update
$ just --justfile=./home/justfile update-readme-docs

See Just Recipes for the full list of recipes.