mirror of
https://github.com/flynx/post-install.git
synced 2025-12-18 09:31:39 +00:00
added termux config...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
be2f60dd53
commit
114041753e
38
post-install-termux
Executable file
38
post-install-termux
Executable file
@ -0,0 +1,38 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# XXX integrate this with post-install...
|
||||||
|
|
||||||
|
IFS=$'\n'
|
||||||
|
|
||||||
|
PKG=(
|
||||||
|
vim
|
||||||
|
|
||||||
|
golang nodejs
|
||||||
|
git
|
||||||
|
make cmake
|
||||||
|
|
||||||
|
tmux
|
||||||
|
|
||||||
|
nnn vifm mc
|
||||||
|
ncdu fdupes
|
||||||
|
bat tree
|
||||||
|
bash-completion
|
||||||
|
man
|
||||||
|
|
||||||
|
htop
|
||||||
|
|
||||||
|
curl wget nmap-ncat rsync
|
||||||
|
w3m links
|
||||||
|
#yt-dlp
|
||||||
|
|
||||||
|
zip unrar zstd p7zip
|
||||||
|
|
||||||
|
exiftool libvips exiv2
|
||||||
|
ffmpeg mpg123
|
||||||
|
cmus
|
||||||
|
)
|
||||||
|
|
||||||
|
pkg upgrade
|
||||||
|
|
||||||
|
pkg install "${PKG[@]}"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user