diff --git a/docs/alpine-desktop-setup/post-install/config-files.md b/docs/alpine-desktop-setup/post-install/config-files.md deleted file mode 100644 index 1f986ce..0000000 --- a/docs/alpine-desktop-setup/post-install/config-files.md +++ /dev/null @@ -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. `` 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 -$ mv /config .config -``` diff --git a/docs/alpine-desktop-setup/post-install/post-installation.md b/docs/alpine-desktop-setup/post-install/post-installation.md new file mode 100644 index 0000000..852e3fb --- /dev/null +++ b/docs/alpine-desktop-setup/post-install/post-installation.md @@ -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 ``. + +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 +``` + +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. \ No newline at end of file diff --git a/docs/void-desktop-setup/post-installation/post-install.md b/docs/void-desktop-setup/post-installation/post-installation.md similarity index 100% rename from docs/void-desktop-setup/post-installation/post-install.md rename to docs/void-desktop-setup/post-installation/post-installation.md diff --git a/mkdocs.yml b/mkdocs.yml index 4fb6f5e..16ba8e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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