More README
This commit is contained in:
parent
44f89359ec
commit
e70c7b0485
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,3 +1,20 @@
|
|||
# dotfiles
|
||||
|
||||
.files
|
||||
|
||||
## Installing
|
||||
|
||||
To link the files to the correct places run
|
||||
|
||||
```
|
||||
./install.fish
|
||||
```
|
||||
|
||||
Make sure you have fish installed.
|
||||
|
||||
### How it works
|
||||
|
||||
The script takes the directories in `dirs.list` and creats them (if they don't
|
||||
exist). After that it runs over `links.list` and takes the first path as source
|
||||
(appending ~/dotfiles) and the path after the space as the target (appending
|
||||
only ~/).
|
||||
|
|
Loading…
Reference in a new issue