From 51ad9c539e9ed78ba4567d2a69f502757c1e593a Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 14 Sep 2020 10:52:52 +0200 Subject: [PATCH] Add bootstrap and submodules --- .config/yadm/bootstrap | 4 ++++ .gitmodules | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .config/yadm/bootstrap create mode 100644 .gitmodules diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100644 index 0000000..7cb0d31 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,4 @@ +#! /bin/bash + +echo "Initializing submodules" +yadm submodule update --recursive --init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..962961f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/onedark.vim"] + path = .vim/bundle/onedark.vim + url = https://github.com/joshdick/onedark.vim.git