diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..3932e5b --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,9 @@ +# status bar to top +set-option -g status-position top + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'dracula/tmux' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' diff --git a/tmux/README.md b/tmux/README.md new file mode 100644 index 0000000..dd885a3 --- /dev/null +++ b/tmux/README.md @@ -0,0 +1,15 @@ +# Gaiety's Dotfiles + +## Tmux + +A terminal multiplexer + +## Setup + +```bash +sudo pacman -S tmux +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # install tpm plugin manager +echo "source-file {location_of_dotfiles}/tmux/.tmux.conf" > ~/.tmux.conf +``` + +`ctrl+b + I` to install plugins