diff --git a/justfile b/justfile index 0488da2..590c865 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ full-auto: packages dev-setup fish-shell nvim-editor yazi-file-manager fastfetch # Fuller auto (graphical) installation full-auto-gui: full-auto kitty-terminal niri-window-manager -# (Run first unless running full-auto) Setup Flatpak, pacman mirrors, Chaotic AUR, and paru AUR helper +# (Run first unless running full-auto) Setup Flatpak, pacman mirrors, and paru AUR helper packages: @just _echowarning "1) Installing Flatpak and adding Flathub repository" sudo pacman -S flatpak flatpak-xdg-utils @@ -28,17 +28,7 @@ packages: sudo systemctl enable --now reflector.timer - @just _echowarning "\n3) Adding Chaotic AUR repository to pacman" - 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' - sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' - - @just _echoerror "\n\n----- IMPORTANT -----\nPlease add the following 2 lines to the end of /etc/pacman.conf before continuing\n\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n---------------------" - @read -p "Press enter to continue" - - @just _echowarning "\n4) Installing paru AUR helper" + @just _echowarning "\n3) Installing paru AUR helper" sudo pacman -Sy paru # Programming languages, runtimes, toolchains, and git