1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-25 00:38:23 -05:00

Setup tpm

This commit is contained in:
Rain Clark 2019-03-23 14:15:06 -04:00
parent f1147db2d4
commit 22594bc976
2 changed files with 18 additions and 0 deletions

View File

@ -3,3 +3,16 @@ set-option -g status-interval 2
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

View File

@ -11,6 +11,11 @@ echo "~Installing SpaceVim~"
curl -sLf https://spacevim.org/install.sh | bash
# Setup package manager for for tmux
echo "~Installing tpm~"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install Oh-My-Zsh (https://github.com/robbyrussell/oh-my-zsh/)
echo "~Installing Oh My Zsh~"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"