Skip to content

Instantly share code, notes, and snippets.

@solarkennedy
Created July 25, 2019 23:46
Show Gist options
  • Save solarkennedy/b93901653a256da9981646d2f9054111 to your computer and use it in GitHub Desktop.
Save solarkennedy/b93901653a256da9981646d2f9054111 to your computer and use it in GitHub Desktop.
bootstrap
termux-setup-storage
pkg install wget dropbear golang python3 units curl nmap vim
go get -u github.com/justjanne/powerline-go
echo '
function _update_ps1() {
PS1="$(~/go/bin/powerline-go -condensed -error $?)"
}
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
' > ~/.bashrc
wget https://github.com/4679/oh-my-termux/blob/master/.termux/font.ttf -O ~/.termux/font.ttf
wget https://raw.githubusercontent.com/4679/oh-my-termux/master/.termux/colors.properties -O ~/.termux/colors.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment