Mention git and stuff
This commit is contained in:
parent
c9ed0874fa
commit
976baae293
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Config files
|
||||
|
||||
To make life easier there are a few pre-made few configuartion file repositories which contain all necessary files to set up a functional system. {config-files-repo} refers to a repository which containes these. We have created a "default config" which you can use as basis for your configuration.
|
||||
To make life easier there are a few pre-made few configuartion file repositories which contain all necessary files to set up a functional system. `<config-files-repo>` refers to a repository which containes these. We have created a "default config" which you can use as basis for your configuration.
|
||||
|
||||
* [lnco/config](https://git.bijl.us/lnco/config)
|
||||
|
||||
|
@ -11,3 +11,10 @@ Some more examples are:
|
|||
* Luc's config (once it exists)
|
||||
|
||||
> Do note that these config file repositories may not contain all the necessary files.
|
||||
|
||||
Clone your repository of choice using git:
|
||||
|
||||
```
|
||||
# apk add git
|
||||
$ git clone <config-files-repo>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue