username := env_var('USER') # Displays this message default: @just --list --justfile {{justfile()}} install-code: paru -S code-marketplace install-codecs: sudo pacman -S gst-libav gst-plugin-va gst-plugins-bad gst-plugins-base gst-plugins-good gstreamer # Install C# dev environment install-dev-csharp: sudo pacman -S aspnet-runtime aspnet-targeting-pack dotnet-sdk dotnet-runtime dotnet-targeting-pack sudo dotnet workload install wasm-tools install-dev-node: sudo pacman -S nodejs npm install-dev-python: sudo pacman -S python python-pip # Install Rust dev environment install-dev-rust: sudo pacman -S rustup rustup install stable # Install Docker and docker-compose install-docker: sudo pacman -S docker docker-compose 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 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 paru -S 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 systemctl enable --now --user arrpc sudo systemctl enable --now bluetooth sudo systemctl enable --now power-profiles-daemon systemctl enable --now --user syncthing # Install fish and plugin manager 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 rm -rf /tmp/ame git clone https://aur.archlinux.org/ame.git /tmp/ame cd /tmp/ame; makepkg -si rm -rf /tmp/ame # Installs VSCodium extensions setup-code: code-oss --install-extension davidanson.vscode-markdownlint code-oss --install-extension irongeek.vscode-env code-oss --install-extension kokakiwi.vscode-just code-oss --install-extension ms-dotnettools.csdevkit code-oss --install-extension ms-python.black-formatter code-oss --install-extension ms-python.pylint code-oss --install-extension ms-python.python code-oss --install-extension ms-vscode.live-server code-oss --install-extension naumovs.color-highlight code-oss --install-extension pkief.material-icon-theme code-oss --install-extension redhat.vscode-yaml code-oss --install-extension rust-lang.rust-analyzer code-oss --install-extension serayuzgur.crates code-oss --install-extension spgoding.datapack-language-server code-oss --install-extension tamasfe.even-better-toml code-oss --install-extension usernamehw.errorlens setup-flatpak: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # Installs mpv scripts setup-mpv: mkdir -p ~/.config/mpv/scripts curl https://raw.githubusercontent.com/mpv-player/mpv/master/TOOLS/lua/autodeint.lua -o ~/.config/mpv/scripts/autodeint.lua curl https://raw.githubusercontent.com/po5/thumbfast/master/thumbfast.lua -o ~/.config/mpv/scripts/thumbfast.lua curl -fsSL https://raw.githubusercontent.com/tomasklaen/uosc/HEAD/installers/unix.sh | bash # Configure fish and plugins setup-shell: chsh -s /usr/bin/fish fish -c "set -U fish_greeting" fish -c "set -U MOZ_ENABLE_WAYLAND 1" fish -c "set -U MOZ_USE_XINPUT2 1" fish -c "set -U VISUAL vim" fish -c "curl -sL https://raw.githubusercontent.com/folke/tokyonight.nvim/main/extras/fish/tokyonight_night.fish | source" fish -c "fisher install franciscolourenco/done" fish -c "fisher install jorgebucaran/autopair.fish" fish -c "fisher install jorgebucaran/hydro" fish -c "fisher install meaningful-ooo/sponge" fish -c "fisher install nickeb96/puffer-fish" # Enable and authenticate with Tailscale setup-tailscale: sudo systemctl enable --now tailscaled sudo tailscale up --operator={{username}} --ssh=true # Installs Waydroid with GAPPS setup-waydroid: paru -S binder_linux-dkms waydroid sudo waydroid init -s GAPPS sudo systemctl enable --now waydroid-container waydroid session start & # Stows all dotfiles into the correct locations stow: stow btop stow code stow mangohud stow mpv