Update justfile
This commit is contained in:
parent
700ffd2c9f
commit
8ee54322bb
1 changed files with 2 additions and 9 deletions
11
justfile
11
justfile
|
@ -4,9 +4,6 @@ username := env_var('USER')
|
|||
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
|
||||
|
||||
|
@ -35,8 +32,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
|
||||
|
||||
install-essentials-gui:
|
||||
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
|
||||
ame install arrpc protontricks syncthingtray-qt6 vesktop
|
||||
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
|
||||
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
|
||||
|
@ -66,10 +63,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue