Added tmux tpm and gruvbox
This commit is contained in:
parent
8edfb474ce
commit
e90d79e7ec
13
.tmux.conf
13
.tmux.conf
@ -38,4 +38,17 @@ bind -n M-k next-window
|
||||
|
||||
# Fix tmux color issue for vim
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
# Tmux Plugin Manager
|
||||
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
# Theme
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark'
|
||||
#set -g @plugin 'jimeh/tmux-themepack'
|
||||
#set -g @themepack 'powerline/double/magenta'
|
||||
|
||||
# Load Tmux Plugin Manager (keep this at the end)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rsync -ax --exclude ./.git --exclude setup_dotenv_files.sh ./ ~/
|
||||
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
|
||||
|
Loading…
Reference in New Issue
Block a user