21 lines
809 B
Markdown
21 lines
809 B
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: false
|
||
|
---
|
||
|
|
||
|
## Post installation
|
||
|
|
||
|
The post install section elaborates on the installation and configuration of certain applications. 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.
|
||
|
|
||
|
* [Luc's config-files](https://git.bijl.us/luc/void-desktop)
|
||
|
* [Tastatur's config-files](https://git.bijl.us/tastatur/dotfiles-ding)
|
||
|
|
||
|
Note that a configuration files repository may not contain all the configuration files mentioned in this wiki.
|