mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Imported usable scripts from the private temporary repository
This commit is contained in:
5
scripts/archlinux/blender-install.sh
Normal file
5
scripts/archlinux/blender-install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pacman --noconfirm \
|
||||
--sync --needed --noprogressbar --quiet --refresh \
|
||||
blender
|
||||
5
scripts/archlinux/firefox-install.sh
Normal file
5
scripts/archlinux/firefox-install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo pacman --noconfirm \
|
||||
--sync --needed --noprogressbar --quiet --refresh \
|
||||
firefox
|
||||
11
scripts/archlinux/kde-install.sh
Normal file
11
scripts/archlinux/kde-install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo pacman --noconfirm \
|
||||
--sync --needed --noprogressbar --quiet --refresh \
|
||||
dolphin-plugins konsole plasma-desktop sddm \
|
||||
noto-fonts noto-fonts-cjk phonon-qt5-vlc \
|
||||
breeze-gtk discover drkonqi kdegraphics-thumbnailers kimageformats kinfocenter kscreen kwalletmanager packagekit-qt5 plasma-nm powerdevil pulseaudio xdg-desktop-portal-kde
|
||||
sudo systemctl set-default graphical.target
|
||||
sudo systemctl enable --now NetworkManager.service
|
||||
sudo systemctl enable --now sddm.service
|
||||
sudo pacman --noconfirm --sync --clean --clean
|
||||
8
scripts/archlinux/xfce4-install.sh
Normal file
8
scripts/archlinux/xfce4-install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo pacman --noconfirm \
|
||||
--sync --needed --refresh --noprogressbar \
|
||||
xfce4 xfce4-goodies lightdm-gtk-greeter
|
||||
sudo systemctl set-default graphical.target
|
||||
sudo systemctl enable --now lightdm
|
||||
sudo pacman --noconfirm --sync --clean --clean
|
||||
Reference in New Issue
Block a user