🌐
GitHub
github.com › Cabbagec › termux-ohmyzsh
GitHub - Cabbagec/termux-ohmyzsh: Colorize your termux! Oh-my-zsh included! · GitHub
为 Termux 添加 oh-my-zsh 终端环境以及 zsh-syntax-highlighting,设置色彩样式(大部分来自 Gogh )和 Powerline 字体(来自 powerline/fonts)。oh-my-zsh 主题默认为 agnoster,颜色样式默认为 Tango,字体默认为 Ubuntu。 · 此 Repo 使用 Termux 官方源,在中国大陆可能需要将 Termux 应用添加到代理列表。 · sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)"
Starred by 869 users
Forked by 226 users
Languages   Shell
🌐
GitHub
github.com › ohmyzsh › ohmyzsh
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, ...
Starred by 189K users
Forked by 26.5K users
Languages   Shell 98.6% | Python 1.3% | Makefile 0.1%
Discussions

Tutorial - Customize Termux with ZSH + Oh-my-zsh + Powerlevel10k
I love your tutorial video but the command list is very hard to follow and you can't copy & paste commands so I wrote up a must better one to go along with this post. Customizing the Termux console with ZSH + oh-my-zsh + Powerlevel10k + termux-style + LSD [no-root] Install zsh & git apt install zsh git Install oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Install powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc Install and configure LSD apt install lsd Add alias to .zshrc echo "alias ls=lsd" >> ~/.zshrc Install Termux-style Go home cd $HOME Clone repo git clone https://github.com/adi1090x/termux-style Change to termux-style dir - cd termux-style To install it, run - ./install Links Oh-my-zsh Powerlevel10k Termux style More on reddit.com
🌐 r/termux
18
46
December 9, 2023
[Question] What are the best plugins for zsh ?
Two by far the most popular plugins are zsh-syntax-highlighting and zsh-autosuggestions . They are of high quality and quite useful. The most popular standalone prompt/theme is likely powerlevel10k (disclaimer: my project). More on reddit.com
🌐 r/zsh
54
63
May 28, 2023
🌐
GitHub
github.com › Cabbagec › termux-ohmyzsh › issues
Issues · Cabbagec/termux-ohmyzsh
January 5, 2023 - Cabbagec / termux-ohmyzsh Public forked from 4679/oh-my-termux · Notifications · You must be signed in to change notification settings · Fork 225 · Star 868 · Search Issues · is:issue state:open · is:issue state:open Search · LabelsMilestonesNew issue ·
Author   Cabbagec
🌐
GitHub
github.com › Cabbagec › termux-ohmyzsh › blob › master › install.sh
termux-ohmyzsh/install.sh at master · Cabbagec/termux-ohmyzsh
apt install -y git zsh · git clone https://github.com/Cabbagec/termux-ohmyzsh.git "$HOME/termux-ohmyzsh" --depth 1 · · mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)" cp -R "$HOME/termux-ohmyzsh/.termux" "$HOME/.termux" · git clone https://github.com/ohmyzsh/ohmyzsh.git "$HOME/.oh-my-zsh" --depth 1 ·
Author   Cabbagec
🌐
GitHub
github.com › Cabbagec › termux-ohmyzsh › labels
Labels · Cabbagec/termux-ohmyzsh
Cabbagec / termux-ohmyzsh Public forked from 4679/oh-my-termux · Notifications · You must be signed in to change notification settings · Fork 225 · Star 868 · Sort · bug · duplicate · enhancement · help wanted · invalid · question ·
Author   Cabbagec
🌐
GitHub
github.com › Cabbagec › termux-ohmyzsh › commits
Commits · Cabbagec/termux-ohmyzsh
March 28, 2022 - Cabbagec / termux-ohmyzsh Public forked from 4679/oh-my-termux · Notifications · You must be signed in to change notification settings · Fork 225 · Star 868 · master · All users · All time · Cabbagecauthored · f27c8d1 · Copy full SHA for f27c8d1 · Show description for af57c37 ·
Author   Cabbagec
🌐
GitHub
github.com › ohmyzsh
Oh My Zsh · GitHub
🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, ...
Find elsewhere
🌐
Oh My Zsh!
ohmyz.sh
Oh My Zsh - a delightful & open source framework for Zsh
If you don't, we do! Oh My Zsh includes over 300 plugins, and we like to share. Here are some featured plugins: ... Go ahead. Follow us on Github
🌐
GitHub
github.com › iixx › termux-ohmyzsh › blob › master › install.sh
termux-ohmyzsh/install.sh at master · iixx/termux-ohmyzsh
apt install -y git zsh · git clone https://github.com/Cabbagec/termux-ohmyzsh.git $HOME/termux-ohmyzsh --depth 1 · · rm -fr $HOME/.termux · cp -R $HOME/termux-ohmyzsh/.termux $HOME/.termux · · git clone git://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh --depth 1 ·
Author   iixx
🌐
GitHub
github.com › wsh › oh-my-zsh
GitHub - wsh/oh-my-zsh: A community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. · GitHub
A community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morning, and an auto-update tool so that makes it ...
Author   wsh
🌐
GitHub
github.com › ohmyzsh › ohmyzsh › wiki › themes
Themes · ohmyzsh/ohmyzsh Wiki
🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, ...
Author   ohmyzsh
🌐
GitHub
github.com › topics › ohmyzsh
ohmyzsh · GitHub Topics
github ruby python git windows docker zsh npm node sql vscode nvm chocolatey wsl hacktoberfest ohmyzsh windows-terminal ... Public repository to host the Oh My Zsh project wiki.
🌐
GitHub
github.com › zoidyzoidzoid › oh-my-zsh
GitHub - zoidyzoidzoid/oh-my-zsh: A delightful community-driven framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. · GitHub
If you'd like to change the install directory with the ZSH environment variable, either by running export ZSH=/your/path before installing, or by setting it before the end of the install pipeline like this: ... If you're running the Oh My Zsh install script as part of an automated install, you can pass the flag --unattended to the install.sh script.
Author   zoidyzoidzoid
🌐
GitHub
github.com › Mr-Termux › Termux-Ohmyzsh
GitHub - Mr-Termux/Termux-Ohmyzsh: termux ohmyzsh · GitHub
Under the home directory, you can find some zshrc backup files named with date, like .zshrc.bak.2018.1.1-00:00:00. Rename the backup file back to .zshrc.
Author   Mr-Termux
🌐
Reddit
reddit.com › r/termux › tutorial - customize termux with zsh + oh-my-zsh + powerlevel10k
r/termux on Reddit: Tutorial - Customize Termux with ZSH + Oh-my-zsh + Powerlevel10k
December 9, 2023 -

If you want to customize the look of Termux one of the best ways is to change the terminal to zsh and use the powerlevel10k theme. Here you have a video of the process (it's quite fast) and a picture of how it can look like.

How to customize Termux: https://www.youtube.com/watch?v=nqPyEN9h87c

Tip: to display the icons when using the "ls" command you should use "lsd" instead. The good thing is that "lsd" is in the termux repositories so it is very easy to install it. Note that this same process can be used in proot-distro distros to have nice looking terminals.

In the image you can see how the Android icon changes to Debian when I connect to the distro in proot-distro because I have configured powerlevel10k in the same way inside Debian and Termux.