From 26e7fcf07c891b6fadb4a46d4d630fbc76245409 Mon Sep 17 00:00:00 2001 From: Ollie Date: Tue, 11 Jun 2024 23:43:10 +1000 Subject: [PATCH] Setup arch mirrors --- justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 907ef9b..4466cb3 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,7 @@ install-docker: sudo systemctl enable docker.socket install-essentials-cli: - sudo pacman -S base-devel btop curl eza fastfetch ffmpeg flatpak fwupd fzf hunspell hunspell-en_au hunspell-en_us man-db man-pages nvtop openssh p7zip ripgrep unrar vim vulkan-tools xdg-user-dirs yt-dlp + sudo pacman -S base-devel btop curl eza fastfetch ffmpeg flatpak fwupd fzf hunspell hunspell-en_au hunspell-en_us man-db man-pages nvtop openssh p7zip reflector ripgrep unrar vim vulkan-tools xdg-user-dirs yt-dlp install-essentials-gui: sudo pacman -S blue-utils firefox gamemode gimp goverlay libva-vdpau-driver libva-utils libvdpau-va-gl mangohud mesa-vdpau mpv power-profiles-daemon steam syncthing ttf-firacode-nerd ttf-liberation wine wine-gecko wine-mono winetricks wqy-zenhei @@ -48,6 +48,11 @@ install-fish: sudo pacman -S fish pkgfile fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher" +# Setup reflector and enable timer +setup-arch-mirrors: + sudo reflector --country 'Australia,New Zealand,' --latest 15 --protocol https --sort rate --save /etc/pacman.d/mirrorlist + sudo systemctl enable --now reflector.timer + # Installs the paru AUR helper setup-aur: rustup install stable