Skip to content

Instantly share code, notes, and snippets.

@kairusds
Last active June 1, 2024 16:22
Show Gist options
  • Save kairusds/3ca00eb5f3c7e8869850725a5e4f00d2 to your computer and use it in GitHub Desktop.
Save kairusds/3ca00eb5f3c7e8869850725a5e4f00d2 to your computer and use it in GitHub Desktop.
termux setup script for personal use
termux-setup-storage && pkg install neofetch htop && mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment