Show weather in tmux status line. No powerline needed.
Install latlon.
$ brew install jdxcode/brew/latlon
Copy tmux-weather
into PATH.
cp ./tmux-weather /usr/local/bin/tmux-weather
Create a file at ~/.config/forecastio.json
with a forecast.io API key:
{
"token": "YOURAPIKEY"
}
Add this (or something like it) to ~/.tmux.conf
:
set -g status-right '#(~/bin/tmux-weather)'