diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
| commit | 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (patch) | |
| tree | 65d274bee91cafa7970a6ddb8f8a5371eb82a0d4 /runs-all | |
| parent | 2ffa49fe41faffff406f13378c012c018c764de9 (diff) | |
Squashed commit of the following:
- added private autostart script
- removed cmus from backup scripts
- separated more req install commands
- cava change
- i3 and rmpc ricing
- added mpd to arch install. removed cmus
- added mpv-mpris to autostart
Diffstat (limited to 'runs-all')
| -rwxr-xr-x | runs-all/get-reqs-arch/audio.sh | 3 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/fun.sh | 3 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/tools.sh | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/runs-all/get-reqs-arch/audio.sh b/runs-all/get-reqs-arch/audio.sh index 1662941..f5588ab 100755 --- a/runs-all/get-reqs-arch/audio.sh +++ b/runs-all/get-reqs-arch/audio.sh @@ -1 +1,2 @@ -$sudo pacman -S --noconfirm pipewire-pulse pipewire-alsa pipewire-jack qpwgraph +$sudo pacman -S --noconfirm pipewire-pulse pipewire-alsa pipewire-jack +$sudo pacman -S --noconfirm qpwgraph diff --git a/runs-all/get-reqs-arch/fun.sh b/runs-all/get-reqs-arch/fun.sh index 009992b..2299334 100755 --- a/runs-all/get-reqs-arch/fun.sh +++ b/runs-all/get-reqs-arch/fun.sh @@ -1 +1,2 @@ -$sudo pacman -S --noconfirm fastfetch cmus vlc cowsay openrgb steam mpv mpv-mpris +$sudo pacman -S --noconfirm fastfetch steam mpv mpv-mpris mpd +$sudo pacman -S --noconfirm mpd-mpris rmpc cowsay openrgb diff --git a/runs-all/get-reqs-arch/tools.sh b/runs-all/get-reqs-arch/tools.sh index 2c519b3..4ea6b5a 100755 --- a/runs-all/get-reqs-arch/tools.sh +++ b/runs-all/get-reqs-arch/tools.sh @@ -1,2 +1,3 @@ -$sudo pacman -S --noconfirm zsh bat ntfs-3g inetutils doas atuin gvfs-mtp btop htop wezterm rxvt-unicode lf ripgrep rofi-wayland networkmanager +$sudo pacman -S --noconfirm zsh ntfs-3g inetutils doas gvfs-mtp btop htop wezterm rxvt-unicode lf ripgrep rofi-wayland networkmanager +$sudo pacman -S --noconfirm bat atuin $aurm -S librewolf-bin |
