default/packages: add more global packages (missing on MacOS)
This commit is contained in:
@@ -12,12 +12,15 @@
|
|||||||
bc # Command-line calculator
|
bc # Command-line calculator
|
||||||
coreutils # Basic file, shell and text manipulation utilities
|
coreutils # Basic file, shell and text manipulation utilities
|
||||||
file # Determine file types
|
file # Determine file types
|
||||||
|
findutils # File and directory searching utilities
|
||||||
|
gawk # GNU implementation of awk
|
||||||
tree # Show ASCII formatted directory tree
|
tree # Show ASCII formatted directory tree
|
||||||
which # Locate commands in PATH
|
which # Locate commands in PATH
|
||||||
|
|
||||||
# === TEXT EDITORS AND VIEWERS ===
|
# === TEXT EDITORS AND VIEWERS ===
|
||||||
# Basic text editing and viewing capabilities
|
# Basic text editing and viewing capabilities
|
||||||
|
|
||||||
|
gnused # GNU stream editor (sed)
|
||||||
nano # Simple, user-friendly text editor
|
nano # Simple, user-friendly text editor
|
||||||
|
|
||||||
# === VERSION CONTROL ===
|
# === VERSION CONTROL ===
|
||||||
@@ -77,8 +80,11 @@
|
|||||||
# === TERMINAL AND SHELL ===
|
# === TERMINAL AND SHELL ===
|
||||||
# Terminal functionality and shell tools
|
# 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
|
rxvt-unicode-unwrapped.terminfo # Terminal info for urxvt
|
||||||
|
screen # Terminal multiplexer
|
||||||
|
|
||||||
# === DEVELOPMENT TOOLS ===
|
# === DEVELOPMENT TOOLS ===
|
||||||
# Development and debugging utilities
|
# Development and debugging utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user