Improved README
This commit is contained in:
parent
cd8b753fbb
commit
e054474855
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
.files
|
My configuration files for various programs.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
@ -10,11 +10,11 @@ To link the files to the correct places run
|
||||||
./install.fish
|
./install.fish
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure you have fish installed.
|
Make sure you have [fish](https://fishshell.com) installed.
|
||||||
|
|
||||||
### How it works
|
## How it works
|
||||||
|
|
||||||
The script takes the directories in `dirs.list` and creats them (if they don't
|
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
|
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
|
(appending ~/dotfiles) and the path after the space as the target (appending
|
||||||
only ~/).
|
only `~/`).
|
||||||
|
|
Loading…
Reference in a new issue