Added in tmux tpm
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
# Make all files shown
|
# Make all files shown
|
||||||
yadm gitconfig --unset status.showUntrackedFiles
|
yadm gitconfig --unset status.showUntrackedFiles
|
||||||
|
|
||||||
|
# intialize submodules
|
||||||
cd "$HOME"
|
cd "$HOME"
|
||||||
echo "Init submodules"
|
|
||||||
yadm submodule update --recursive --init
|
yadm submodule update --recursive --init
|
||||||
|
|
||||||
|
# switch to ssh for repo
|
||||||
|
echo "Updating the yadm repo origin URL"
|
||||||
|
yadm remote set-url origin "git@potokar.us:easton/dotfiles.git"
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule ".config/zsh/antidote"]
|
[submodule ".config/zsh/antidote"]
|
||||||
path = .config/zsh/antidote
|
path = .config/zsh/antidote
|
||||||
url = https://github.com/mattmc3/antidote.git
|
url = https://github.com/mattmc3/antidote.git
|
||||||
|
[submodule ".tmux/plugins/tpm"]
|
||||||
|
path = .tmux/plugins/tpm
|
||||||
|
url = https://github.com/tmux-plugins/tpm
|
||||||
|
|||||||
1
.tmux/plugins/tpm
Submodule
1
.tmux/plugins/tpm
Submodule
Submodule .tmux/plugins/tpm added at 99469c4a9b
Reference in New Issue
Block a user