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:
parent
f1147db2d4
commit
22594bc976
13
.tmux.conf
13
.tmux.conf
@ -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'
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user