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

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