aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-12 23:06:51 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-12 23:06:51 +0100
commit7bb9151d5070024c34e7a98cdece648e3ccd332a (patch)
tree801b991f198238716768bb94d2f8eee485bd12a1 /tmux
downloaddotfiles-7bb9151d5070024c34e7a98cdece648e3ccd332a.tar.gz
dotfiles-7bb9151d5070024c34e7a98cdece648e3ccd332a.tar.bz2
dotfiles-7bb9151d5070024c34e7a98cdece648e3ccd332a.zip
Added dotfiles for spacemacs, tmux, vim and zsh
Diffstat (limited to 'tmux')
-rw-r--r--tmux16
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux b/tmux
new file mode 100644
index 0000000..8106833
--- /dev/null
+++ b/tmux
@@ -0,0 +1,16 @@
+set -g base-index 1
+set-option -g prefix C-a
+set -g @themepack 'powerline/block/blue'
+
+
+# List of plugins
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-sensible'
+set -g @plugin 'jimeh/tmux-themepack'
+set -g @plugin 'tmux-plugins/tmux-resurrect'
+set -g @plugin 'tmux-plugins/tmux-battery'
+set -g @plugin 'tmux-plugins/tmux-online-status'
+set -g @plugin 'tmux-plugins/tmux-sidebar'
+
+# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
+run -b '~/.tmux/plugins/tpm/tpm'