1
0

default/packages: add more global packages (missing on MacOS)

This commit is contained in:
2025-09-21 09:10:24 -07:00
parent 32df76566c
commit 86e02b4e3b

View File

@@ -12,12 +12,15 @@
bc # Command-line calculator
coreutils # Basic file, shell and text manipulation utilities
file # Determine file types
findutils # File and directory searching utilities
gawk # GNU implementation of awk
tree # Show ASCII formatted directory tree
which # Locate commands in PATH
# === TEXT EDITORS AND VIEWERS ===
# Basic text editing and viewing capabilities
gnused # GNU stream editor (sed)
nano # Simple, user-friendly text editor
# === VERSION CONTROL ===
@@ -77,8 +80,11 @@
# === TERMINAL AND SHELL ===
# Terminal functionality and shell tools
screen # Terminal multiplexer
bash # Bourne Again Shell
bash-completion # Programmable completion for bash
bashInteractive # Interactive bash shell
rxvt-unicode-unwrapped.terminfo # Terminal info for urxvt
screen # Terminal multiplexer
# === DEVELOPMENT TOOLS ===
# Development and debugging utilities