Oh My Termux

3 min read

 

How to customize terminal ?




Setup Termux with:

  • Solarized Dark
  • Ubuntu Mono with powerline patch
  • oh-my-zsh


Installation

Paste below codes step by step in Termux

pkg install -y libcurl curl
bash -c "$(curl -fsSL https://git.io/oh-my-termux)"
I am Kunal and I am 14 years old

You may like these posts

  • in this post i will show you installation of evil eye (termux-banner) with fast and easy method, installation start in few commands.InstallationYou Need TermuxDownload NowRequireme…
  • Termux T-HeaderThis Bash script contains Oh-My-Zsh With, command autosuggestion, syntax highlight plugins and terminal header with own name for TERMUX.Preview of after setup comple…
  • Seeker - Find Geolocation with High AccuracyIntroductionConcept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests …
  • Termux DesktopAlright, Lets just get this straight, these are just some dotfiles & scripts, which will help you to setup a graphical environment in termux. …
  •  Termux OMZSimple script to install oh-my-zsh in Termux.This setup will apply -Material color-schemeDejavu font with powerline supportAgnoster zsh-theme as defa…
  •  I know many of you want to use GUI on termux, so I write this!Native termuxActually,it’s impossible to use GUI in termux’s windows. To use GUI, you need to prepare VNC V…

Post a Comment