Add bootstrap and submodules
This commit is contained in:
parent
a3ebe9fb68
commit
51ad9c539e
2 changed files with 7 additions and 0 deletions
4
.config/yadm/bootstrap
Normal file
4
.config/yadm/bootstrap
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/bash
|
||||
|
||||
echo "Initializing submodules"
|
||||
yadm submodule update --recursive --init
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule ".vim/bundle/onedark.vim"]
|
||||
path = .vim/bundle/onedark.vim
|
||||
url = https://github.com/joshdick/onedark.vim.git
|
Loading…
Reference in a new issue