README.md
[raw]
[blame]
1# dotfiles
2
3See ["Organising dotfiles in a git repository"](https://fuller.li/posts/organising-dotfiles-in-a-git-repository/) for more info.
4
5## Installation
6
7Cloning the dotfiles, on [nix](https://nixos.org) run `nix-shell -p git` first.
8
9```shell
10alias h="env GIT_WORK_TREE=$HOME GIT_DIR=$HOME/.files.git"
11h git init
12h git remote add origin https://git.fuller.li/kyle/dotfiles.git
13h git fetch
14h git checkout master
15```
16
17Installing tools:
18
19```shell
20nix run home-manager/master switch
21```