dotfiles/README.md

21 lines
468 B
Markdown
Raw Normal View History

2015-12-05 15:30:04 +01:00
# dotfiles
2018-05-16 07:33:33 +02:00
My configuration files for various programs.
2017-12-09 16:05:14 +01:00
## Installing
To link the files to the correct places run
```
./install.fish
```
2018-05-16 07:33:33 +02:00
Make sure you have [fish](https://fishshell.com) installed.
2017-12-09 16:05:14 +01:00
2018-05-16 07:33:33 +02:00
## How it works
2017-12-09 16:05:14 +01:00
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
2018-05-16 07:33:33 +02:00
only `~/`).