33 lines
290 B
YAML
33 lines
290 B
YAML
---
|
|
packages_list:
|
|
# Access
|
|
- sudo
|
|
|
|
# Utilities
|
|
- git
|
|
- tmux
|
|
- unzip
|
|
- zip
|
|
- needrestart
|
|
|
|
# Alternate shells
|
|
- fish
|
|
- zsh
|
|
|
|
# Text editors
|
|
- neovim
|
|
- nano
|
|
|
|
# Monitoring
|
|
- htop
|
|
# - ctop
|
|
- ncdu
|
|
|
|
# Security
|
|
- lynis
|
|
- rkhunter
|
|
|
|
# Web
|
|
- curl
|
|
- wget
|