Skip to content

Instantly share code, notes, and snippets.

@elerch
Last active January 20, 2023 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elerch/a91cc22c738711d3cf80fc0e24ea37fa to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment