Update justfile
This commit is contained in:
parent
26e7fcf07c
commit
07640cf32c
1 changed files with 4 additions and 4 deletions
8
justfile
8
justfile
|
@ -35,8 +35,8 @@ 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 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:
|
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
|
sudo pacman -S blue-utils easyeffects firefox gamemode gimp goverlay 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
|
||||||
paru -S arrpc protontricks syncthingtray-qt6 vesktop
|
ame install arrpc protontricks syncthingtray-qt6 vesktop
|
||||||
flatpak install ca.parallel_launcher.ParallelLauncher com.heroicgameslauncher.hgl com.logseq.Logseq com.obsproject.Studio net.davidotek.pupgui2 org.prismlauncher.PrismLauncher
|
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
|
systemctl enable --now --user arrpc
|
||||||
sudo systemctl enable --now bluetooth
|
sudo systemctl enable --now bluetooth
|
||||||
|
@ -53,7 +53,7 @@ setup-arch-mirrors:
|
||||||
sudo reflector --country 'Australia,New Zealand,' --latest 15 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
sudo reflector --country 'Australia,New Zealand,' --latest 15 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
||||||
sudo systemctl enable --now reflector.timer
|
sudo systemctl enable --now reflector.timer
|
||||||
|
|
||||||
# Installs the paru AUR helper
|
# Installs the ame AUR helper
|
||||||
setup-aur:
|
setup-aur:
|
||||||
rustup install stable
|
rustup install stable
|
||||||
rm -rf /tmp/ame
|
rm -rf /tmp/ame
|
||||||
|
@ -111,7 +111,7 @@ setup-tailscale:
|
||||||
|
|
||||||
# Installs Waydroid with GAPPS
|
# Installs Waydroid with GAPPS
|
||||||
setup-waydroid:
|
setup-waydroid:
|
||||||
paru -S binder_linux-dkms waydroid
|
ame install binder_linux-dkms waydroid
|
||||||
sudo waydroid init -s GAPPS
|
sudo waydroid init -s GAPPS
|
||||||
sudo systemctl enable --now waydroid-container
|
sudo systemctl enable --now waydroid-container
|
||||||
waydroid session start &
|
waydroid session start &
|
||||||
|
|
Loading…
Add table
Reference in a new issue