mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-06-30 21:49:59 +02:00
Adds development packages to pacman manifest
This commit is contained in:
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
|
'xsel' # Copy paste access to the X clipboard
|
||||||
'zoxide' # Auto-learning navigation (better cd)
|
'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
|
# Security Utilities
|
||||||
'clamav' # Open source virus scanning suite
|
'clamav' # Open source virus scanning suite
|
||||||
'cryptsetup' # Reading / writing encrypted volumes
|
'cryptsetup' # Reading / writing encrypted volumes
|
||||||
|
Reference in New Issue
Block a user