Adds development packages to pacman manifest

This commit is contained in:
Alicia Sykes 2023-06-11 11:39:35 +01:00
parent 618504b722
commit 07b4e7c1de

7
scripts/installs/arch-pacman.sh Normal file → Executable file
View File

@ -48,6 +48,13 @@ pacman_apps=(
'xsel' # Copy paste access to the X clipboard
'zoxide' # Auto-learning navigation (better cd)
# Development, languages, interpriters, compilers, etc
'go' # Go Lang
'rustup' # Crab Language
'python-pip' # Snake Language
'nodejs'
'npm'
# Security Utilities
'clamav' # Open source virus scanning suite
'cryptsetup' # Reading / writing encrypted volumes