1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-26 13:55:17 +00:00

remove termux

This commit is contained in:
Nebel 2025-03-15 21:19:02 +09:00 committed by GitHub
parent d6de995475
commit 23f0994da3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 35 deletions

View file

@ -1,4 +0,0 @@
[commit]
gpgSign = false
[core]
editor = nano

View file

@ -1,13 +0,0 @@
#!/bin/bash
set -euo pipefail
cd -- "$(dirname -- "$0")"
function install_pkg_packages() {
local packages
. packages.bash
pkg upgrade -y
pkg install -y "${packages[@]}"
}
rm -f /data/data/com.termux/files/usr/etc/motd
install_pkg_packages

View file

@ -1,18 +0,0 @@
packages=(
bash-completion
dnsutils
fzf
gh
git
git-crypt
gnupg
golang
iconv
iproute2
jq
mdbook
nodejs-lts
openssh
rclone
sqlite
)