Update justfile
This commit is contained in:
parent
06992aff2c
commit
f9a934394b
1 changed files with 14 additions and 0 deletions
14
justfile
14
justfile
|
@ -7,6 +7,9 @@ default:
|
|||
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
|
||||
|
@ -28,6 +31,14 @@ 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 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 firefox gamemode gimp goverlay mangohud mpv steam syncthing ttf-firacode-nerd ttf-liberation wine wine-gecko wine-mono winetricks wqy-zenhei
|
||||
paru -S protontricks vesktop
|
||||
flatpak install ca.parallel_launcher.ParallelLauncher com.heroicgameslauncher.hgl com.logseq.Logseq com.obsproject.Studio net.davidotek.pupgui2 org.prismlauncher.PrismLauncher
|
||||
|
||||
# Install fish and plugin manager
|
||||
install-fish:
|
||||
sudo pacman -S fish pkgfile
|
||||
|
@ -60,6 +71,9 @@ setup-code:
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue