Skip to content

Dotfiles Prerequisites

Before we can use the dotfiles we need to download them first, duh.

jujutsu

As I’m using jj currently, I personally will use it to clone my dotfiles repository. As jj doesn’t support gitmodules however, I will still need to use git for that until I change this dependency.

Cloning the repository will first be done using its https URL, as using ssh with my Yubikey requires my dotfiles to already be setup. As circular dependencies are a lot of fun not, I will simply change the remote URL later to use ssh.

Terminal window
jj git clone --colocate https://github.com/DustVoice/dotfiles.git

The only thing left to do is initialize the submodules

~/dotfiles
git submodule update --init --remote