A non-intrusive, Termux-first utilitarian theme for oh-my-zsh.
- IPv4 address
- compatible with both Termux-friendly
ifconfig
and normal devices'ip addr
- compatible with both Termux-friendly
- Full directory structure
- Git branch and status
- Virtual environment
Tested on rootless Android 13+ Termux and various desktop Linux distributions.
Although Termux users can simply manually copy netmask.zsh-theme
to the $ZSH/themes
directory, it is
recommended to run the interactive installer.
$ git clone https://github.com/swomf/netmask-zsh-theme
$ cd netmask-zsh-theme
$ ./install.sh
The installer does the following:
- Replaces
ifconfig
calls withip addr
calls for non-Termux users - Replaces
wlan0
with your chosen Predictable Network Interface Name - Ensures that permissions are set correctly for non-Termux users
If the git emblems ✱ ✗ ➦ ✂ ✈
do not appear, add the following to your ~/.zshrc
,
before Oh My Zsh is sourced. See ohmyzsh #12328
zstyle ':omz:alpha:lib:git' async-prompt no
- rkj-repos zsh theme (MIT)
- heapbytes zsh theme (MIT)