Skip to content

Instantly share code, notes, and snippets.

@elerch
Last active July 10, 2026 12:43
Show Gist options
  • Select an option

  • Save elerch/a91cc22c738711d3cf80fc0e24ea37fa to your computer and use it in GitHub Desktop.

Select an option

Save elerch/a91cc22c738711d3cf80fc0e24ea37fa to your computer and use it in GitHub Desktop.
Standard Termux packages
pkg install openssh # Because ssh
pkg install mosh # mosh is great for mobile
pkg install curl # Handy for package downloading - one of wget/curl is needed
pkg install wget # Handy for package downloading - one of wget/curl is needed
pkg install perl # Docs in mr need perl
pkg install git # Because git - also, needed for mr
pkg install zsh # Because zsh
pkg install neovim # Because neovim
pkg install ncurses-utils # Needed for tput command, needed by liquidprompt
pkg install gnupg # gpg-agent is here and will eliminate ssh-agent issues that seem to be inherent to termux env
@am16512478-netizen

Copy link
Copy Markdown

Get:1 https://termux.net stable/main aarch64 libcurl aarch64 8.21.0 [1015 kB] Get:2 https://termux.net stable/main aarch64 curl aarch64 8.21.0 [241 kB] Fetched 1256 kB in 23s (55.5 kB/s)
(Reading database ... 16355 files and directories currently installed.)
Preparing to unpack .../libcurl_8.21.0_aarch64.deb ...Unpacking libcurl (8.21.0) over (8.20.0) ... Setting up libcurl (8.21.0) ... (Reading database ... 16355 files and directories currently installed.)
Preparing to unpack .../curl_8.21.0_aarch64.deb ...
Unpacking curl (8.21.0) over (8.20.0) ...
Setting up curl (8.21.0) ...
Get:1 https://termux.net stable/main aarch64 attr aarch64 2.5.2-1 [52.7 kB]
Get:2 https://termux.net stable/main aarch64 libcap aarch64 2.69-1 [74.4 kB]
Get:3 https://termux.net stable/main aarch64 zsh aarch64 5.9.1-1 [1989 kB] Get:4 https://termux.net stable/main aarch64 zsh-completions all 0.36.0 [299 kB] Fetched 2415 kB in 12s (198 kB/s) Selecting previously unselected package attr.
(Reading database ... 16355 files and directories currently installed.)
Preparing to unpack .../attr_2.5.2-1_aarch64.deb ... Unpacking attr (2.5.2-1) ...
Selecting previously unselected package libcap. Preparing to unpack .../libcap_2.69-1_aarch64.deb ...
Unpacking libcap (2.69-1) ... Selecting previously unselected package zsh.
Preparing to unpack .../zsh_5.9.1-1_aarch64.deb ...
Unpacking zsh (5.9.1-1) ... Selecting previously unselected package zsh-completions.
Preparing to unpack .../zsh-completions_0.36.0_all.deb ...
Unpacking zsh-completions (0.36.0) ...
Setting up attr (2.5.2-1) ...
Setting up libcap (2.69-1) ...
Setting up zsh (5.9.1-1) ... Setting up zsh-completions (0.36.0) ...
~ $

Color Syntax Example Output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment