configure submodules, tmux plugin manager

This commit is contained in:
Sloane Perrault 2022-07-17 09:57:22 -04:00
parent dfdb68f410
commit 0f1d5d8ccd
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/sh
# Because Git submodule commands cannot operate without a work tree, they must
# be run from within $HOME (assuming this is the root of your dotfiles)
cd "$HOME"
echo "Init submodules"
yadm submodule update --recursive --init

4
.gitmodules vendored Normal file
View file

@ -0,0 +1,4 @@
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
branch = master

1
.tmux/plugins/tpm Submodule

@ -0,0 +1 @@
Subproject commit b699a7e01c253ffb7818b02d62bce24190ec1019