mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 15:03:15 +01:00
Adds development packages to pacman manifest
This commit is contained in:
parent
618504b722
commit
07b4e7c1de
7
scripts/installs/arch-pacman.sh
Normal file → Executable file
7
scripts/installs/arch-pacman.sh
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user