diff options
author | Guangxiong Lin <[email protected]> | 2022-04-20 23:55:21 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-20 23:55:21 +0800 |
commit | dadd4850b32b697e1324e3d9e47f74c01be15500 (patch) | |
tree | 02366c856fbc053a2381fc4df243cabda529a124 /.gitmodules | |
parent | bcd01082142c236c7f0f80c30812175f62da5d92 (diff) | |
download | dotfiles-dadd4850b32b697e1324e3d9e47f74c01be15500.tar.gz dotfiles-dadd4850b32b697e1324e3d9e47f74c01be15500.tar.bz2 dotfiles-dadd4850b32b697e1324e3d9e47f74c01be15500.zip |
Add tmux plugins
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c1680c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".tmux/plugins/tpm"] + path = .tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm/ |