Added tpm
This commit is contained in:
parent
d97d8f78fb
commit
e547e69766
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "zsh/custom/plugins/zsh-autosuggestions"]
|
||||
path = zsh/custom/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions/
|
||||
[submodule "tmux/tpm"]
|
||||
path = tmux/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
gruvbox.conf
|
||||
tpm/
|
||||
|
|
|
@ -57,3 +57,5 @@ wg_is_keys_off="#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'TRUE' )
|
|||
|
||||
# Load theme
|
||||
source-file "$DOTFILES/tmux/gruvbox.conf"
|
||||
|
||||
run "$DOTFILES/tmux/tpm/tpm"
|
||||
|
|
1
tmux/tpm
Submodule
1
tmux/tpm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
Loading…
Reference in New Issue
Block a user