username := env_var('USER') # Displays this message default: @just --list --justfile {{justfile()}} install-code: paru -S vscodium-bin-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 nvtop openssh p7zip 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" # Installs the paru AUR helper setup-aur: rustup install stable 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: vscodium --install-extension davidanson.vscode-markdownlint vscodium --install-extension enkia.tokyo-night vscodium --install-extension irongeek.vscode-env vscodium --install-extension kokakiwi.vscode-just vscodium --install-extension ms-dotnettools.csdevkit vscodium --install-extension ms-python.python vscodium --install-extension ms-vscode.live-server vscodium --install-extension naumovs.color-highlight vscodium --install-extension pkief.material-icon-theme vscodium --install-extension redhat.vscode-yaml vscodium --install-extension rust-lang.rust-analyzer vscodium --install-extension serayuzgur.crates vscodium --install-extension spgoding.datapack-language-server vscodium --install-extension tamasfe.even-better-toml vscodium --install-extension tonybaloney.vscode-pets vscodium --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