Setup arch mirrors
This commit is contained in:
parent
bae5608424
commit
26e7fcf07c
1 changed files with 6 additions and 1 deletions
7
justfile
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue