dotfiles

dotfiles

See "Organising dotfiles in a git repository" for more info.

Installation

Cloning the dotfiles, on nix run nix-shell -p git first.

alias h="env GIT_WORK_TREE=$HOME GIT_DIR=$HOME/.files.git"
h git init
h git remote add origin https://git.fuller.li/kyle/dotfiles.git
h git fetch
h git checkout master

Installing tools:

nix run home-manager/master switch