configure submodules, tmux plugin manager
This commit is contained in:
parent
dfdb68f410
commit
0f1d5d8ccd
3 changed files with 14 additions and 0 deletions
9
.config/yadm/bootstrap.d/000_submodules
Executable file
9
.config/yadm/bootstrap.d/000_submodules
Executable 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
4
.gitmodules
vendored
Normal 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
1
.tmux/plugins/tpm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b699a7e01c253ffb7818b02d62bce24190ec1019
|
Loading…
Reference in a new issue