How to set powerline fonts with tmux in hyper on zsh
This is admittedly a very, very niche setup.
Some things I did, not sure which are necessary:
tmux
: brew install tmux
.tpm
(tmux plugin manager) from GitHub. (Followed instructions there.)./install.sh
at the terminal.powerline-status
package into my Anaconda base directory. pip install powerline-status
.Cmd-,
) in a text editor: // font family with optional fallbacks
fontFamily: '"Terminess Powerline", "Anonymice Powerline", "Roboto Mono for Powerline", "Meslo LG S for Powerline", "DejaVu Sans Mono", "Lucida Console", monospace',
As well as the plugins:
plugins: [
'nord-hyper',
],
I think that is it.
Life and computer hacks
Life hacks:
Computer hacks: