aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 48d8eda8615ee5656731b0c2ac1a3dd27d7bf3e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# dotfiles
My personal configuration files and handy scripts.

## Install
Run `updatedots` to link any files present in `home` into your home directory.
Backups are made of any conflicting files.

### Quick Start
```
git clone https://github.com/jodersky/dotfiles.git .dotfiles \
&& git -C .dotfiles remote set-url origin git@github.com:jodersky/dotfiles.git \
&& .dotfiles/updatedots
```

## Public Domain
Unless otherwise specified in file headers or directory "COPYING" files, this is free and unencumbered software released into the public domain.