diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
| commit | 0574377182f28a8449b1955d287bfa27cfc3fe88 (patch) | |
| tree | c86bfcd5e1df50dc237c7456290f778ddc8c0c2f /runs-all/get-reqs-arch | |
| parent | 989269f4d5a0d3834bab3003cc557a5df5dbc13e (diff) | |
Squashed commit of the following:
- the splittening. get reqs are now seperate files. and im using a loop
Diffstat (limited to 'runs-all/get-reqs-arch')
| -rwxr-xr-x | runs-all/get-reqs-arch/audio.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/fonts.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/for-vr.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/fun.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/hyprland.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/ime.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/misc.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/sway.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/tools.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/vpn-stuff.sh | 1 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/wayland.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/xorg.sh | 1 |
12 files changed, 17 insertions, 0 deletions
diff --git a/runs-all/get-reqs-arch/audio.sh b/runs-all/get-reqs-arch/audio.sh new file mode 100755 index 0000000..1662941 --- /dev/null +++ b/runs-all/get-reqs-arch/audio.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm pipewire-pulse pipewire-alsa pipewire-jack qpwgraph diff --git a/runs-all/get-reqs-arch/fonts.sh b/runs-all/get-reqs-arch/fonts.sh new file mode 100755 index 0000000..6fa3410 --- /dev/null +++ b/runs-all/get-reqs-arch/fonts.sh @@ -0,0 +1,2 @@ +$sudo pacman -S --noconfirm font-manager ttf-inconsolata ttf-jetbrains-mono ttf-jetbrains-mono-nerd noto-fonts-emoji +$aurm -S --noconfirm ttf-b612 diff --git a/runs-all/get-reqs-arch/for-vr.sh b/runs-all/get-reqs-arch/for-vr.sh new file mode 100755 index 0000000..938f030 --- /dev/null +++ b/runs-all/get-reqs-arch/for-vr.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm cli11 eigen glib2 glib2-devel nlohmann-json patch diff --git a/runs-all/get-reqs-arch/fun.sh b/runs-all/get-reqs-arch/fun.sh new file mode 100755 index 0000000..fec9793 --- /dev/null +++ b/runs-all/get-reqs-arch/fun.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm fastfetch cmus vlc cowsay openrgb steam diff --git a/runs-all/get-reqs-arch/hyprland.sh b/runs-all/get-reqs-arch/hyprland.sh new file mode 100755 index 0000000..7810582 --- /dev/null +++ b/runs-all/get-reqs-arch/hyprland.sh @@ -0,0 +1,2 @@ +$sudo pacman -S --noconfirm hyprland xdg-desktop-portal-hyprland +. wayland.sh diff --git a/runs-all/get-reqs-arch/ime.sh b/runs-all/get-reqs-arch/ime.sh new file mode 100755 index 0000000..a389271 --- /dev/null +++ b/runs-all/get-reqs-arch/ime.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm fcitx5-im fcitx5-mozc fcitx5-im-emoji-picker-git diff --git a/runs-all/get-reqs-arch/misc.sh b/runs-all/get-reqs-arch/misc.sh new file mode 100755 index 0000000..b85e738 --- /dev/null +++ b/runs-all/get-reqs-arch/misc.sh @@ -0,0 +1,2 @@ +$sudo pacman -S --noconfirm v4l2loopback-dkms sddm lxappearance reflector gnome-keyring seahorse yt-dlp grim slurp libnotify +$aurm -S --noconfirm obs-studio-git gpu-screen-recorder gpu-screen-recorder-gtk urlview diff --git a/runs-all/get-reqs-arch/sway.sh b/runs-all/get-reqs-arch/sway.sh new file mode 100755 index 0000000..14f5aa1 --- /dev/null +++ b/runs-all/get-reqs-arch/sway.sh @@ -0,0 +1,2 @@ +$sudo pacman -S --noconfirm xdg-desktop-portal-wlr sway +. wayland.sh diff --git a/runs-all/get-reqs-arch/tools.sh b/runs-all/get-reqs-arch/tools.sh new file mode 100755 index 0000000..5fa807f --- /dev/null +++ b/runs-all/get-reqs-arch/tools.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm zsh bat ntfs-3g inetutils doas atuin gvfs-mtp btop htop wezterm rxvt-unicode lf ripgrep rofi-wayland networkmanager diff --git a/runs-all/get-reqs-arch/vpn-stuff.sh b/runs-all/get-reqs-arch/vpn-stuff.sh new file mode 100755 index 0000000..3c8529a --- /dev/null +++ b/runs-all/get-reqs-arch/vpn-stuff.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm openvpn networkmanager-openvpn openresolv diff --git a/runs-all/get-reqs-arch/wayland.sh b/runs-all/get-reqs-arch/wayland.sh new file mode 100755 index 0000000..3455bc3 --- /dev/null +++ b/runs-all/get-reqs-arch/wayland.sh @@ -0,0 +1,2 @@ +$sudo pacman -S --noconfirm wayland waybar wlogout hyprlock xdg-desktop-portal xdg-desktop-portal-gtk qt6-wayland qt5-wayland +$aurm -S --noconfirm dunst-git sddm-theme-tokyo-night-git diff --git a/runs-all/get-reqs-arch/xorg.sh b/runs-all/get-reqs-arch/xorg.sh new file mode 100755 index 0000000..2a37188 --- /dev/null +++ b/runs-all/get-reqs-arch/xorg.sh @@ -0,0 +1 @@ +$sudo pacman -S --noconfirm xorg-server xorg-xinit libxft libxinerama |
