docs/config: add description of work paths to File Location, improve profile config example
This commit is contained in:
parent
8e8713a9d3
commit
bffd60f71a
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,10 @@ File Location
|
||||||
|
|
||||||
The configuration is stored in ``~/.config/kupfer/kupferbootstrap.toml``, where ``~`` is your user's home folder.
|
The configuration is stored in ``~/.config/kupfer/kupferbootstrap.toml``, where ``~`` is your user's home folder.
|
||||||
|
|
||||||
|
Kupferbootstrap needs to create a number of folders, e.g. to download ``PKGBUILDs.git`` and store binary packages.
|
||||||
|
By default, all of those folders live inside ``~/.cache/kupfer/``.
|
||||||
|
|
||||||
|
See also the ``[paths]`` section in your config.
|
||||||
|
|
||||||
Sections
|
Sections
|
||||||
########
|
########
|
||||||
|
@ -72,7 +76,7 @@ Here's an example:
|
||||||
[profiles.default]
|
[profiles.default]
|
||||||
parent = ""
|
parent = ""
|
||||||
device = "oneplus-enchilada"
|
device = "oneplus-enchilada"
|
||||||
flavour = "phosh"
|
flavour = "barebone"
|
||||||
pkgs_include = [ "wget", "rsync", "nano", "tmux", "zsh", "pv", ]
|
pkgs_include = [ "wget", "rsync", "nano", "tmux", "zsh", "pv", ]
|
||||||
pkgs_exclude = []
|
pkgs_exclude = []
|
||||||
hostname = "kupferphone"
|
hostname = "kupferphone"
|
||||||
|
@ -81,6 +85,7 @@ Here's an example:
|
||||||
|
|
||||||
[profiles.graphical]
|
[profiles.graphical]
|
||||||
parent = "default"
|
parent = "default"
|
||||||
|
flavour = "phosh"
|
||||||
pkgs_include = [ "firefox", "tilix", "gnome-tweaks" ]
|
pkgs_include = [ "firefox", "tilix", "gnome-tweaks" ]
|
||||||
size_extra_mb = "+3000"
|
size_extra_mb = "+3000"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue