Added Tmux TPM and yadm bootstrap
This commit is contained in:
parent
c7053d7d88
commit
037a934f00
3 changed files with 13 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule ".yadm-project"]
|
||||
path = .yadm-project
|
||||
url = https://git.linux-help.org/psi-jack/yadm.git
|
||||
[submodule ".tmux/plugins/tpm"]
|
||||
path = .tmux/plugins/tpm
|
||||
url = https://git.linux-help.org/psi-jack/tpm.git
|
||||
|
|
1
.tmux/plugins/tpm
Submodule
1
.tmux/plugins/tpm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
9
.yadm/bootstrap
Executable file
9
.yadm/bootstrap
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in a new issue