Compare commits

..

3 Commits

Author SHA1 Message Date
89f297ea02 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-01-18 19:23:35 +03:00
b35511c23c Merge branch 'master' of github.com:flynx/post-install 2025-01-18 19:21:31 +03:00
65c4fdfc56 refactoring..,
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-01-17 23:16:17 +03:00

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...
@ -164,6 +181,7 @@ PKG_DNF=(
# tools...
# XXX prune with $PKG_CLI_TOOLS...
openssl gpm
mc vifm nnn tmux bat tree
rsync rclone
@ -241,6 +259,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=(