Skip to content
jonathan-conder edited this page May 15, 2022 · 1 revision

Installation

$ gitdir="${HOME}/.local/state/dotgit"
$ repo='[email protected]:jonathan-conder/dotfiles.git'

$ git clone --bare "${repo}" "${gitdir}"
$ git --git-dir="${gitdir}" --work-tree="$HOME" checkout  # remove existing files if prompted

$ chmod go-rwx ~/.local/share/gnupg
Clone this wiki locally