Update essentials
This commit is contained in:
parent
f9a934394b
commit
e29afa9241
1 changed files with 6 additions and 3 deletions
9
justfile
9
justfile
|
@ -32,12 +32,15 @@ install-docker:
|
||||||
sudo systemctl enable docker.socket
|
sudo systemctl enable docker.socket
|
||||||
|
|
||||||
install-essentials-cli:
|
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
|
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:
|
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
|
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 protontricks vesktop
|
paru -S arrpc protontricks 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
|
||||||
|
sudo systemctl enable --now bluetooth
|
||||||
|
sudo systemctl enable --now power-profiles-daemon
|
||||||
|
|
||||||
# Install fish and plugin manager
|
# Install fish and plugin manager
|
||||||
install-fish:
|
install-fish:
|
||||||
|
|
Loading…
Add table
Reference in a new issue