To install Tmux, follow the instructions outlined in the Tmux installation guide
By default, the Tmux config includes a line that displays weather information using the wttr.in service. You can customize the weather output by creating a custom format using the one-line output guide on the wttr.in GitHub page
To use this custom format in your Tmux config, update the WEATHER variable with the new URL. For instance:
WEATHER='#(curl -s wttr.in/?format\="%%C+%%t")'
This will display the weather condition and temperature on the right side of your Tmux status bar.

