Shell

ZSH Shell

ZSH + Oh My Zsh with 10 plugins including powerlevel10k theme, autosuggestions, and syntax highlighting.

core install shell
View CORE-TERMUX Docs ←

Features

Oh My Zsh framework

10 pre-configured plugins

Powerlevel10k theme with instant prompts

Persistent session (restores last directory)

Custom font support

Installed Plugins

10 ZSH plugins

powerlevel10k

Modern and fast ZSH theme with instant prompts

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k

zsh-autosuggestions

Smart autocompletion based on command history

git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh-plugins/zsh-autosuggestions

zsh-syntax-highlighting

Syntax highlighting for ZSH commands

git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh-plugins/zsh-syntax-highlighting

zsh-history-substring-search

History search with arrow keys

git clone https://github.com/zsh-users/zsh-history-substring-search ~/.zsh-plugins/zsh-history-substring-search

zsh-completions

Additional completions for ZSH

git clone https://github.com/zsh-users/zsh-completions ~/.zsh-plugins/zsh-completions

fzf-tab

Fuzzy navigation in ZSH completions

git clone https://github.com/Aloxaf/fzf-tab ~/.zsh-plugins/fzf-tab

zsh-you-should-use

Command suggestions to use full command names

git clone https://github.com/MichaelDae/zsh-you-should-use ~/.zsh-plugins/zsh-you-should-use

zsh-autopair

Auto-close parentheses, quotes and brackets

git clone https://github.com/hlissner/zsh-autopair ~/.zsh-plugins/zsh-autopair

zsh-defer

Deferred plugin loading for faster startup

git clone https://github.com/zimfw/zsh-defer ~/.zsh-plugins/zsh-defer

better-npm-completion

Better npm completion for ZSH

git clone https://github.com/laradocs/better-npm-completion ~/.zsh-plugins/better-npm-completion

Persistent Session

The shell saves your current directory and restores it when opening a new session.

# Session 1
$ cd projects/my-app
$ exit

# Session 2
$ pwd
/data/data/com.termux/files/home/projects/my-app  ← Same directory