From 65c4fdfc56182038fc25871946366d73dc3aca97 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 17 Jan 2025 23:16:17 +0300 Subject: [PATCH 1/2] refactoring.., Signed-off-by: Alex A. Naanou --- post-install | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/post-install b/post-install index 5a01573..1e6e098 100755 --- a/post-install +++ b/post-install @@ -127,7 +127,23 @@ 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 + + git + nodejs golang + + ffmpeg + exiftool exiv2 vips-tools +) PKG_DNF=( # system... @@ -164,6 +180,7 @@ PKG_DNF=( # tools... + # XXX prune with $PKG_CLI_TOOLS... openssl gpm mc vifm nnn tmux bat tree rsync rclone @@ -239,6 +256,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=( From 89f297ea027cab9150096e1279f4820b3303fd6b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 18 Jan 2025 19:23:35 +0300 Subject: [PATCH 2/2] ... Signed-off-by: Alex A. Naanou --- post-install | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install b/post-install index ef88a3a..cc4d7e0 100755 --- a/post-install +++ b/post-install @@ -138,6 +138,7 @@ PKG_CLI_TOOLS=( wget rsync + vim git nodejs golang