https://github.com/kylef/dotfiles
kylef's dotfile
https://github.com/kylef/dotfiles
Last synced: 8 months ago
JSON representation
kylef's dotfile
- Host: GitHub
- URL: https://github.com/kylef/dotfiles
- Owner: kylef
- Created: 2011-02-15T09:13:08.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T01:16:56.000Z (about 1 year ago)
- Last Synced: 2025-04-04T02:24:22.683Z (about 1 year ago)
- Language: Shell
- Homepage: https://fuller.li/posts/organising-dotfiles-in-a-git-repository/
- Size: 252 KB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```