documentation/docs/alpine-desktop-setup/post-install/config-files.md

22 lines
764 B
Markdown
Raw Normal View History

2023-12-30 01:11:30 +01:00
# Config files
2023-12-30 10:38:23 +01:00
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.
2023-12-30 01:11:30 +01:00
2023-12-30 18:03:16 +01:00
* [lnco/alpine-desktop-config](https://git.bijl.us/lnco/alpine-desktop-config)
2023-12-30 01:11:30 +01:00
Some more examples are:
* [Nils' config-files-alpine](https://git.bijl.us/nils/config-files-alpine) (WIP)
* Luc's config (once it exists)
> Do note that these config file repositories may not contain all the necessary files.
2023-12-30 10:38:23 +01:00
Clone your repository of choice using git:
```
# apk add git
$ git clone <config-files-repo>
2023-12-30 20:31:01 +01:00
$ mv <config-files-repo>/config .config
2023-12-30 10:38:23 +01:00
```