Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 441 Bytes

dotfiles

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

Installation

Cloning the dotfiles:

$ alias h="env GIT_WORK_TREE=$HOME GIT_DIR=$HOME/.files.git"
$ h git init
$ h git remote add origin https://github.com/kylef/dotfiles.git
$ h git fetch
$ h git checkout master

Installing tools:

$ nix run home-manager/master switch