diff options
-rwxr-xr-x | install.sh | 6 | ||||
-rwxr-xr-x | shell_only.sh | 12 |
2 files changed, 16 insertions, 2 deletions
@@ -82,7 +82,11 @@ if command_exists pacman; then alsa-utils \ chafa \ xdg-user-dirs \ - xss-lock + xss-lock \ + gstreamer \ + gst-plugins-base \ + gst-plugins-good \ + gst-plugins-bad paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix elif command_exists apt; then diff --git a/shell_only.sh b/shell_only.sh index 84724f3..fbf2fe1 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -62,7 +62,17 @@ if command_exists pacman; then neofetch \ fzf \ openssh \ - ripgrep + ripgrep \ + which \ + gcc \ + pkg-config \ + openssl \ + fakeroot \ + make \ + automake \ + autoconf \ + m4 \ + aclocal cargo install paru |