diff options
| author | 2026-08-19 16:10:49 -0700 | |
|---|---|---|
| committer | 2026-08-19 16:21:15 -0700 | |
| commit | f38a3de76c8c61c192655bd925a61c4ee9dfc817 (patch) | |
| tree | e83ccd15839a1c610e44d41bc1fe618d02cac129 | |
| parent | ffbcf4504e6acc268f97200c5ba4e63495da9edb (diff) | |
| download | new-dotfiles-f38a3de76c8c61c192655bd925a61c4ee9dfc817.tar.gz new-dotfiles-f38a3de76c8c61c192655bd925a61c4ee9dfc817.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 |
