diff options
| author | 2026-08-19 16:10:49 -0700 | |
|---|---|---|
| committer | 2026-08-21 23:58:27 -0700 | |
| commit | 6969f42decf289e494f293842101e7d6f77a919c (patch) | |
| tree | acc051dcfa0686f09eaf5dd5b7ee6c9fdaad54cd | |
| parent | 93ec1327e76ea7ed45173f428ec7ecd7768614ba (diff) | |
| download | new-dotfiles-6969f42decf289e494f293842101e7d6f77a919c.tar.gz new-dotfiles-6969f42decf289e494f293842101e7d6f77a919c.zip | |
rincewind: Add pacman configuration
| -rw-r--r-- | rincewind.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rincewind.org b/rincewind.org index b96152d..dc84186 100644 --- a/rincewind.org +++ b/rincewind.org @@ -34,7 +34,20 @@ Set up the hooks loaded into the image. Use =mkinitcpio -H <MODULE>= to find out HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block encrypt filesystems fsck) #+end_src +* Pacman +For this configuration to work there needs to be a small change made to the base =/etc/pacman.conf=. We need to add =Include = /etc/pacman.d/conf/*.conf= under the =[options]= section. +# This could be added by a script with grep + sed, for future reference. +Download several packages in parallel. +#+begin_src conf-unix :tangle "/sudo::/etc/pacman.d/conf/parallel.conf" :mkdirp t + ParallelDownloads = 5 +#+end_src + +Show a pacman-like animation as the progress bar. Just for funsies. + +#+begin_src conf-unix :tangle "/sudo::/etc/pacman.d/conf/candy.conf" :mkdirp t + ILoveCandy +#+end_src |
