My Termux Config

PUBLISHED ON DEC 31, 2017 — TERMUX

So this is my termux config below: ``` pkg upgrade -y pkg install openssh zsh vim coreutils wget git dnsutils golang termux-tools tree mlocate

termux-setup-storage

chsh -s zsh

git clone https://github.com/bhilburn/powerlevel9k.git ~/powerlevel9k echo ‘source ~/powerlevel9k/powerlevel9k.zsh-theme’ >> ~/.zshrc echo ‘export PATH=$HOME/go/bin:$PATH’ >> ~/.zshrc echo ‘HISTSIZE=1000’ >> ~/.zshrc echo ‘SAVEHIST=1000’ >> ~/.zshrc echo ‘HISTFILE=~/.history’ ~/.zshrc ```:q

TAGS: LINUX,
comments powered by Disqus