Skip to content

Instantly share code, notes, and snippets.

@markstachowski
Last active April 14, 2018 05:15
Show Gist options
  • Save markstachowski/a556a3fe7a2e8d0a2e8619f7daf113b6 to your computer and use it in GitHub Desktop.
Save markstachowski/a556a3fe7a2e8d0a2e8619f7daf113b6 to your computer and use it in GitHub Desktop.
Unveil full workstation environment on Android with Termux

What to do after installing Termux from F-Droid?

First, upgrade the package base:

apt update
apt upgrade

Then install the essentials:

apt install coreutils binutils nano wget aria2 git openssh 
apt install gcc(find replacement) g++ make nodejs nodejs-dev python python2 ruby gawk

And then you can roll on custom Node packages with npm:

npm install -g stylus pug coffeescript marked uglify-js

Tips: arrow keys - VolUp + WASD, Esc - VolUp + E, Ctrl - VolDown.

Happy hacking!

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