mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Adds monitoring tools to Arch pkglist
This commit is contained in:
parent
aaf04ae562
commit
bd93df4ad4
@ -22,7 +22,7 @@ pacman_apps=(
|
||||
'tmux' # Term multiplexer
|
||||
'wget' # Download files
|
||||
|
||||
# CLI Basics
|
||||
# CLI Power Basics
|
||||
'aria2' # Resuming download util (better wget)
|
||||
'bat' # Output highlighting (better cat)
|
||||
'broot' # Interactive directory navigation
|
||||
@ -47,12 +47,6 @@ pacman_apps=(
|
||||
'xsel' # Copy paste access to the X clipboard
|
||||
'zoxide' # Auto-learning navigation (better cd)
|
||||
|
||||
# CLI Fun
|
||||
'cowsay' # Outputs message with ASCII art cow
|
||||
'figlet' # Outputs text as 3D ASCII word art
|
||||
'lolcat' # Rainbow coloured terminal output
|
||||
'neofetch' # Show off distro and system info
|
||||
|
||||
# Security Utilities
|
||||
'clamav' # Open source virus scanning suite
|
||||
'cryptsetup' # Reading / writing encrypted volumes
|
||||
@ -62,6 +56,21 @@ pacman_apps=(
|
||||
'openssl' # Cryptography and SSL/TLS Toolkit
|
||||
'rkhunter' # Search / detect potential root kits
|
||||
|
||||
# Monitoring, management and stats
|
||||
'btop' # Live system resource monitoring
|
||||
'bmon' # Bandwidth utilization monitor
|
||||
'ctop' # Container metrics and monitoring
|
||||
'gping' # Interactive ping tool, with graph
|
||||
'glances' # Resource monitor + web and API
|
||||
'goaccess' # Web log analyzer and viewer
|
||||
'speedtest-cli' # Command line speed test utility
|
||||
|
||||
# CLI Fun
|
||||
'cowsay' # Outputs message with ASCII art cow
|
||||
'figlet' # Outputs text as 3D ASCII word art
|
||||
'lolcat' # Rainbow coloured terminal output
|
||||
'neofetch' # Show off distro and system info
|
||||
|
||||
)
|
||||
|
||||
# Colors
|
||||
|
Loading…
Reference in New Issue
Block a user