Added submodules for tmux plugins
This commit is contained in:
15
.gitmodules
vendored
15
.gitmodules
vendored
@@ -1,3 +1,18 @@
|
|||||||
[submodule "nvim/.config/nvim"]
|
[submodule "nvim/.config/nvim"]
|
||||||
path = nvim/.config/nvim
|
path = nvim/.config/nvim
|
||||||
url = https://github.com/S4NKALP/nvim
|
url = https://github.com/S4NKALP/nvim
|
||||||
|
[submodule "tmux/.tmux/plugins/tpm"]
|
||||||
|
path = tmux/.tmux/plugins/tpm
|
||||||
|
url = https://github.com/tmux-plugins/tpm
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-autoreload"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-autoreload
|
||||||
|
url = https://git::@github.com/b0o/tmux-autoreload
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-open"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-open
|
||||||
|
url = https://git::@github.com/tmux-plugins/tmux-open
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-powerline"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-powerline
|
||||||
|
url = https://git::@github.com/erikw/tmux-powerline
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-sensible"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-sensible
|
||||||
|
url = https://git::@github.com/tmux-plugins/tmux-sensible
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'erikw/tmux-powerline'
|
set -g @plugin 'erikw/tmux-powerline'
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
#set -g @plugin 'alexchaichan/tmux-spotify-tui'
|
|
||||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
|
|||||||
1
tmux/.tmux/plugins/tmux-autoreload
Submodule
1
tmux/.tmux/plugins/tmux-autoreload
Submodule
Submodule tmux/.tmux/plugins/tmux-autoreload added at e98aa3b74c
1
tmux/.tmux/plugins/tmux-open
Submodule
1
tmux/.tmux/plugins/tmux-open
Submodule
Submodule tmux/.tmux/plugins/tmux-open added at 763d0a852e
1
tmux/.tmux/plugins/tmux-powerline
Submodule
1
tmux/.tmux/plugins/tmux-powerline
Submodule
Submodule tmux/.tmux/plugins/tmux-powerline added at 269d359f21
1
tmux/.tmux/plugins/tmux-sensible
Submodule
1
tmux/.tmux/plugins/tmux-sensible
Submodule
Submodule tmux/.tmux/plugins/tmux-sensible added at 25cb91f42d
1
tmux/.tmux/plugins/tpm
Submodule
1
tmux/.tmux/plugins/tpm
Submodule
Submodule tmux/.tmux/plugins/tpm added at 99469c4a9b
Reference in New Issue
Block a user