mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-29 23:05:15 +00:00
remove termux
This commit is contained in:
parent
d6de995475
commit
23f0994da3
3 changed files with 0 additions and 35 deletions
|
@ -1,4 +0,0 @@
|
||||||
[commit]
|
|
||||||
gpgSign = false
|
|
||||||
[core]
|
|
||||||
editor = nano
|
|
|
@ -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
|
|
|
@ -1,18 +0,0 @@
|
||||||
packages=(
|
|
||||||
bash-completion
|
|
||||||
dnsutils
|
|
||||||
fzf
|
|
||||||
gh
|
|
||||||
git
|
|
||||||
git-crypt
|
|
||||||
gnupg
|
|
||||||
golang
|
|
||||||
iconv
|
|
||||||
iproute2
|
|
||||||
jq
|
|
||||||
mdbook
|
|
||||||
nodejs-lts
|
|
||||||
openssh
|
|
||||||
rclone
|
|
||||||
sqlite
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue