From bffd60f71a3fcb7172b28da335be86786a2a8949 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Fri, 12 Aug 2022 15:48:35 +0200 Subject: [PATCH] docs/config: add description of work paths to File Location, improve profile config example --- docs/source/config.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index 8292a64..613a3eb 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -15,6 +15,10 @@ File Location 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 ######## @@ -72,7 +76,7 @@ Here's an example: [profiles.default] parent = "" device = "oneplus-enchilada" - flavour = "phosh" + flavour = "barebone" pkgs_include = [ "wget", "rsync", "nano", "tmux", "zsh", "pv", ] pkgs_exclude = [] hostname = "kupferphone" @@ -81,6 +85,7 @@ Here's an example: [profiles.graphical] parent = "default" + flavour = "phosh" pkgs_include = [ "firefox", "tilix", "gnome-tweaks" ] size_extra_mb = "+3000"