Created
July 25, 2019 23:46
-
-
Save solarkennedy/b93901653a256da9981646d2f9054111 to your computer and use it in GitHub Desktop.
bootstrap
This file contains hidden or 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
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