Add various small changes from use over the last few days
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# likely on unix systems already: find xargs grep sed awk
|
||||
# likely on unix systems already: find, xargs, awk? (maybe get alternative like nawk?)
|
||||
${=BOX_SETUP_INSTALL_COMMAND} \
|
||||
curl \
|
||||
grep \
|
||||
ripgrep \
|
||||
sed \
|
||||
fzf \
|
||||
jq \
|
||||
parallel \
|
||||
fzf \
|
||||
make \
|
||||
cmake \
|
||||
gettext \
|
||||
grep \
|
||||
ripgrep
|
||||
gettext
|
||||
# TODO: add to above a system info monitor like htop, btop, gotop, or something similar
|
||||
|
||||
utils_package_name_pandoc="pandoc"
|
||||
case $BOX_SETUP_DISTRO in
|
||||
|
Reference in New Issue
Block a user