diff --git a/justfile b/justfile index f8992a8..363ce47 100644 --- a/justfile +++ b/justfile @@ -29,11 +29,11 @@ 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 reflector ripgrep unrar vim vulkan-tools xdg-user-dirs yt-dlp + sudo pacman -S base-devel bat 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 audacity blue-utils code easyeffects firefox freerdp2 gamemode gimp goverlay kate kdeconnect libva-vdpau-driver libva-utils libvdpau-va-gl lsp-plugins-lv2 mangohud mesa-vdpau mpv power-profiles-daemon steam syncthing ttf-firacode-nerd ttf-liberation wine wine-gecko wine-mono winetricks wqy-zenhei - ame install arrpc protontricks vesktop + paru -S arrpc protontricks vesktop flatpak install ca.parallel_launcher.ParallelLauncher com.heroicgameslauncher.hgl com.logseq.Logseq com.obsproject.Studio net.davidotek.pupgui2 org.prismlauncher.PrismLauncher systemctl enable --now --user arrpc sudo systemctl enable --now bluetooth @@ -50,13 +50,12 @@ 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 ame AUR helper +# Installs the paru AUR helper setup-aur: - rustup install stable - rm -rf /tmp/ame - git clone https://aur.archlinux.org/ame.git /tmp/ame - cd /tmp/ame; makepkg -si - rm -rf /tmp/ame + rm -rf /tmp/paru + git clone https://aur.archlinux.org/paru.git /tmp/paru + cd /tmp/paru; makepkg -si + rm -rf /tmp/paru # Installs VSCodium extensions setup-code: @@ -111,7 +110,7 @@ setup-tailscale: # Installs Waydroid with GAPPS setup-waydroid: - ame install binder_linux-dkms waydroid + paru -S binder_linux-dkms waydroid sudo waydroid init -s GAPPS sudo systemctl enable --now waydroid-container waydroid session start &