pull/2/head
beech 12 months ago
parent 60dc699704
commit 6927c03b3a
  1. 86
      software.sh

@ -17,34 +17,34 @@ echo
PKGS=( PKGS=(
# TERMINAL UTILITIES -------------------------------------------------- # Terminal
'curl' # Remote content retrieval 'curl'
'gufw' # Firewall manager 'gufw'
'neofetch' # Shows system info when you launch terminal 'neofetch'
'numlockx' # Turns on numlock in X11 'numlockx'
'p7zip' # 7z compression program 'p7zip'
'unrar' # RAR compression program 'unrar'
'unzip' # Zip compression program 'unzip'
'wget' # Remote content retrieval 'wget'
'vim' # Terminal Editor 'vim'
'zenity' # Display graphical dialog boxes via shell scripts 'zenity'
'zip' # Zip compression program 'zip'
'nano' # Simpler Terminal Editor 'nano'
'kitty' # Terminal Emulator 'kitty'
# GENERAL UTILITIES --------------------------------------------------- # General
'mpv' # Video Player 'mpv'
'gwenview' # Image Viewer 'gwenview'
'lutris' # Gaming 'lutris'
'wine' # Gaming 'wine'
'steam' # Gaming 'steam'
'obs-studio' # Screen Recording 'obs-studio'
'remmina' # RDP 'remmina'
'discord' # Messaging 'discord'
'xpdf' # PDF viewer 'xpdf'
'thunar' # File Manager 'thunar'
'thunar-archive-plugin' 'thunar-archive-plugin'
'ark' 'ark'
'tumbler' 'tumbler'
@ -52,16 +52,16 @@ PKGS=(
'gvfs-smb' 'gvfs-smb'
'samba' 'samba'
# DEVELOPMENT --------------------------------------------------------- # Development
'gedit' # Text editor 'gedit'
'git' # Version control system 'git'
'nodejs' # Javascript runtime environment 'nodejs'
'npm' # Node package manager 'npm'
'python' # Scripting language 'python'
'yarn' # Dependency management (Hyper needs this) 'yarn'
'gimp' # Photo Editor 'gimp'
'kdenlive' # Video Editor 'kdenlive'
) )
@ -71,11 +71,11 @@ for PKG in "${PKGS[@]}"; do
done done
AUR_PKGS=( AUR_PKGS=(
'floorp-bin' # Floorp browser 'floorp-bin'
'brave-bin' # Brave browser 'brave-bin'
'downgrade' # Downgrade packages 'downgrade'
'spotify-edge' # Spotify 'spotify-edge'
'proton-ge-custom-bin' # Proton GE 'proton-ge-custom-bin'
) )
@ -97,7 +97,7 @@ echo "Installing Flatpak Applications..."
echo echo
FLATPAK_APPS=( FLATPAK_APPS=(
'org.prismlauncher.PrismLauncher' # Prism Launcher (Minecraft) 'org.prismlauncher.PrismLauncher'
) )