mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
Removed tmux autoinstall
I'm gonna put it in a deploy script Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
654502bd6e
commit
93e07194e1
@ -1,7 +1,3 @@
|
||||
# autoinstall tpm
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
# change prefix to ctrl+a
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
@ -11,8 +7,8 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
|
||||
set -g default-terminal "tmux" # use 'tmux' instead of 'screen-*' to enable italics support per tmux FAQ
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g default-terminal "tmux" # use 'tmux' instead of 'screen-*' to enable italics support per tmux FAQ
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
|
Loading…
Reference in New Issue
Block a user