Last active
January 20, 2023 17:15
-
-
Save elerch/a91cc22c738711d3cf80fc0e24ea37fa to your computer and use it in GitHub Desktop.
Standard Termux packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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