From 6ca890a3fc70f560ae04d4e88268324c8e51928c Mon Sep 17 00:00:00 2001 From: beech Date: Sun, 25 Aug 2024 02:16:42 -0500 Subject: [PATCH] Added Software --- software.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/software.sh b/software.sh index e1a7b26..d76144f 100644 --- a/software.sh +++ b/software.sh @@ -15,19 +15,19 @@ PKGS=( 'unrar' # RAR compression program 'unzip' # Zip compression program 'wget' # Remote content retrieval - 'konsole' # Terminal emulator 'vim' # Terminal Editor 'zenity' # Display graphical dialog boxes via shell scripts 'zip' # Zip compression program - 'zsh' # Interactive shell - 'zsh-autosuggestions' # Zsh Plugin - 'zsh-syntax-highlighting' # Zsh Plugin 'nano' # Simpler Terminal Editor # GENERAL UTILITIES --------------------------------------------------- - 'dolphin' # Filesystem browser 'vlc' # Video Player + 'lutris' # Gaming + 'wine' # Gaming + 'spotify' # Music + 'obs-studio' # Screen Recording + 'remmina' # RDP # DEVELOPMENT --------------------------------------------------------- @@ -38,6 +38,8 @@ PKGS=( 'npm' # Node package manager 'python' # Scripting language 'yarn' # Dependency management (Hyper needs this) + 'gimp' # Photo Editor + 'kdenlive' # Video Editor # PRODUCTIVITY --------------------------------------------------------