An open API service indexing awesome lists of open source software.

https://github.com/kylef/dotfiles

kylef's dotfile
https://github.com/kylef/dotfiles

Last synced: 8 months ago
JSON representation

kylef's dotfile

Awesome Lists containing this project

README

          

# dotfiles

See ["Organising dotfiles in a git repository"](https://fuller.li/posts/organising-dotfiles-in-a-git-repository/) for more info.

## Installation

Cloning the dotfiles:

```shell
$ 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:

```shell
$ nix run home-manager/master switch
```