mirror of
https://github.com/flynx/post-install.git
synced 2025-10-28 10:10:08 +00:00
Compare commits
3 Commits
1e1ed19684
...
89f297ea02
| Author | SHA1 | Date | |
|---|---|---|---|
| 89f297ea02 | |||
| b35511c23c | |||
| 65c4fdfc56 |
27
post-install
27
post-install
@ -127,7 +127,24 @@ CFG_USER_LINK=(
|
|||||||
CFG_USER_COPY=(
|
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=(
|
PKG_DNF=(
|
||||||
# system...
|
# system...
|
||||||
@ -164,6 +181,7 @@ PKG_DNF=(
|
|||||||
|
|
||||||
|
|
||||||
# tools...
|
# tools...
|
||||||
|
# XXX prune with $PKG_CLI_TOOLS...
|
||||||
openssl gpm
|
openssl gpm
|
||||||
mc vifm nnn tmux bat tree
|
mc vifm nnn tmux bat tree
|
||||||
rsync rclone
|
rsync rclone
|
||||||
@ -241,6 +259,15 @@ PKG_DNF=(
|
|||||||
gnome-shell-extension-blur-my-shell
|
gnome-shell-extension-blur-my-shell
|
||||||
gnome-shell-extension-appindicator
|
gnome-shell-extension-appindicator
|
||||||
gnome-shell-extension-just-perfection
|
gnome-shell-extension-just-perfection
|
||||||
|
|
||||||
|
${PKG_CLI_TOOLS[@]}
|
||||||
|
)
|
||||||
|
|
||||||
|
# XXX
|
||||||
|
PKG_TERMUX=(
|
||||||
|
# XXX
|
||||||
|
|
||||||
|
${PKG_CLI_TOOLS[@]}
|
||||||
)
|
)
|
||||||
|
|
||||||
PKG_NPM=(
|
PKG_NPM=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user