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
- Support for the new high-speed async prompt
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 (if needed) - Ensures that permissions are set correctly for non-Termux users
- rkj-repos zsh theme (MIT): some icon choices
- heapbytes zsh theme (MIT): main inspiration
No code was reused.