diff --git a/org/config/bootstrap.org b/org/config/bootstrap.org index de2966d..fb1736e 100644 --- a/org/config/bootstrap.org +++ b/org/config/bootstrap.org @@ -92,15 +92,8 @@ your computer. :END: The first thing I will do is add the [[https://aur.chaotic.cx/][Chaotic AUR]] repository so I can get access to ~paru~ as well as some AUR packages without the need of an -AUR helper (ironic considering ~paru~ is one). -#+BEGIN_SRC sh -sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com -sudo pacman-key --lsign-key 3056513887B78AEB -sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' -printf '[chaotic-aur]\nServer = /etc/pacman.d/chaotic-mirrorlist\n' | sudo tee -a /etc/pacman.conf -#+END_SRC - -I can now install ~fish~, ~git~, and ~paru~: +AUR helper (ironic considering ~paru~ is one). We can then install ~fish~, +~git~, and ~paru~: #+BEGIN_SRC sh sudo pacman -S fish git paru #+END_SRC