nmtui/README.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 |
# desert-witch.nmtui The desert-witch colorscheme (limited palette) for [nmcli](https://en.wikipedia.org/wiki/NetworkManager)  ## Installation 1. copy `desert-witch.theme` into `~/.config/nmtui` 2. in .bashrc, add the following line: `alias nmtui='NEWT_COLORS=$(<~/.config/nmtui/desert-witch.theme) nmtui'` |