Google Cloud Platform project status for tmux
Clone this repository to your $HOME/.tmux directory
git clone https://github.com/sh0e1/gcp-tmux.git ~/.tmux/gcp-tmux
Add the following line to your ~/.tmux.conf
set -g status-right "#(/bin/bash ~/.tmux/gcp-tmux/gcp.tmux)"
It can be installed using the Tmux Plugin Manager
set -g status-right "#(/bin/bash ~/.tmux/plugins/gcp-tmux/gcp.tmux)"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'sh0e1/gcp-tmux'
run '~/.tmux/plugins/tpm/tpm'