Copy and source git-prompt.sh
source ~/.git-prompt.sh
export PROMPT_COMMAND='PS1_CMD1=$(__git_ps1 " (%s)")'; PS1=$'\[\e[94m\]\W\[\e[93m\]${PS1_CMD1}\[\e[0m\] \[\e[92m\]\u266B\[\e[0m\] '
Install Tmuxinator
Set editor in ~/.bashrc
export EDITOR=nvim
Add alias to start tmux session using tmuxinator template "session"
alias tms='tmuxinator s session --name ${PWD##*/}'
In a TTY session nvim/vim colours might not be the same inside tmux. To remedy this add this to your bashrc
alias tmux="tmux -2"