From 740c7a56bb662de575bcd95c7414792ff4038627 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 23 Apr 2025 08:41:04 +0200 Subject: [PATCH 1/2] docs: added section for termux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b5912da..d874e86 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ The target of this repository is to provide a common environment on all platform Very simple, just call curl https://tms.pw/bootstrap | bash - + +## Termux + +I've created a [package list](/termux-packages) for Termux, which can be installed with + + curl -Lfs https://tms.pw/termux-packages | xargs pkg install -y From 0415fbb261ca64087f2a301911e0900dda9d1765 Mon Sep 17 00:00:00 2001 From: schtobia Date: Thu, 31 Jul 2025 09:33:44 +0200 Subject: [PATCH 2/2] bootstrap-root: added direnv, keychain --- bootstrap-root.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 2eec490..32ab2bc 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -21,6 +21,7 @@ apt-get update \ command-not-found \ curl \ diffr \ + direnv \ elinks \ eza \ fd-find \ @@ -30,6 +31,7 @@ apt-get update \ glances \ highlight \ htop \ + keychain \ locales \ man \ mc \