Merge branch 'master' of github.com:flynx/post-install

This commit is contained in:
Alex A. Naanou 2025-02-25 17:54:42 +03:00
commit 73eeccfebb

View File

@ -127,7 +127,24 @@ CFG_USER_LINK=(
CFG_USER_COPY=(
)
# general user env tools...
# XXX add way to alias names for differen platforms...
PKG_CLI_TOOLS=(
bash
tmux
nnn mc tree ncdu
zip zstd unrar
wget rsync
vim
git
nodejs golang
ffmpeg
exiftool exiv2 vips-tools
)
PKG_DNF=(
# system...
@ -165,6 +182,7 @@ PKG_DNF=(
# tools...
# XXX prune with $PKG_CLI_TOOLS...
openssl gpm
mc vifm nnn tmux bat tree
rsync rclone
@ -242,6 +260,15 @@ PKG_DNF=(
gnome-shell-extension-blur-my-shell
gnome-shell-extension-appindicator
gnome-shell-extension-just-perfection
${PKG_CLI_TOOLS[@]}
)
# XXX
PKG_TERMUX=(
# XXX
${PKG_CLI_TOOLS[@]}
)
PKG_NPM=(