Updated post-installation/config-files section.

This commit is contained in:
Luc Bijl 2024-01-03 21:11:55 +01:00
parent 4f404a17b4
commit ab2583695d
4 changed files with 19 additions and 24 deletions

View file

@ -1,21 +0,0 @@
# 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.
* [lnco/alpine-desktop-config](https://git.bijl.us/lnco/alpine-desktop-config)
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.
Clone your repository of choice using git:
```
# apk add git
$ git clone <config-files-repo>
$ mv <config-files-repo>/config .config
```

View file

@ -0,0 +1,17 @@
# Post installation
The post installation section elaborates on the installation and configuration of certain applications and the extension of the operating system. To simplify this and the subsequent sections, reference is made to pre-made configuration files with `<config-files-repo>`.
A configuration files repository may be chosen to one's preference, by cloning them with the `git` command. It is recommended to do this once a user has been created.
```
$ git clone <config-files-repo>
```
Some possible configuration files repositories.
* [Default lnco config-files](https://git.bijl.us/lnco/alpine-desktop-config)
* [Nils' config-files](https://git.bijl.us/nils/config-files-alpine)
* [Luc's config-files](https://git.bijl.us/luc/alpine-desktop)
Note that a configuration files repository may not contain all the configuration files mentioned in this wiki.

View file

@ -5,8 +5,6 @@ theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.indexes
- toc.follow
@ -49,6 +47,7 @@ nav:
- 'Provisioning': alpine-desktop-setup/provisioning.md
- 'Installation': alpine-desktop-setup/installation.md
- 'Post installation':
- alpine-desktop-setup/post-install/post-installation.md
- 'Network': alpine-desktop-setup/post-install/network.md
- 'Security': alpine-desktop-setup/post-install/security.md
- 'Repositories': alpine-desktop-setup/post-install/repositories.md
@ -101,7 +100,7 @@ nav:
- 'Provisioning': void-desktop-setup/installation/provisioning.md
- 'Installation': void-desktop-setup/installation/installation.md
- 'Post installation':
- 'Config files': void-desktop-setup/post-installation/post-install.md
- void-desktop-setup/post-installation/post-installation.md
- 'Users': void-desktop-setup/post-installation/users.md
- 'Network': void-desktop-setup/post-installation/network.md
- 'Linux-lts': void-desktop-setup/post-installation/linux-lts.md