From cb0a965a2bdfad0582ad4376aeb057bfaf2b7329 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 03:31:03 -0400 Subject: [PATCH] Initial submodule configurations --- .gitmodules | 12 ++++++++++++ dotbot | 1 + install | 14 ++++++++++++++ install.conf.yaml | 0 tmux | 1 + vim_runtime | 1 + zimfw | 1 + 7 files changed, 30 insertions(+) create mode 100644 .gitmodules create mode 160000 dotbot create mode 100755 install create mode 100644 install.conf.yaml create mode 160000 tmux create mode 160000 vim_runtime create mode 160000 zimfw diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..132a13e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "zimfw"] + path = zimfw + url = https://github.com/zimfw/zimfw.git +[submodule "vim_runtime"] + path = vim_runtime + url = https://github.com/amix/vimrc.git +[submodule "tmux"] + path = tmux + url = https://github.com/gpakosz/.tmux.git +[submodule "dotbot"] + path = dotbot + url = https://github.com/anishathalye/dotbot diff --git a/dotbot b/dotbot new file mode 160000 index 0000000..2f4cc0d --- /dev/null +++ b/dotbot @@ -0,0 +1 @@ +Subproject commit 2f4cc0d9cb70235e7c5820dc4e7dd89b1d375fb5 diff --git a/install b/install new file mode 100755 index 0000000..b1baa33 --- /dev/null +++ b/install @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +set -e + +CONFIG="install.conf.yaml" +DOTBOT_DIR="dotbot" + +DOTBOT_BIN="bin/dotbot" +BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" + +cd "${BASEDIR}" +git submodule update --init --recursive "${DOTBOT_DIR}" + +"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}" diff --git a/install.conf.yaml b/install.conf.yaml new file mode 100644 index 0000000..e69de29 diff --git a/tmux b/tmux new file mode 160000 index 0000000..8481ec3 --- /dev/null +++ b/tmux @@ -0,0 +1 @@ +Subproject commit 8481ec351bda767ded5453471313f35024da33f7 diff --git a/vim_runtime b/vim_runtime new file mode 160000 index 0000000..92c9100 --- /dev/null +++ b/vim_runtime @@ -0,0 +1 @@ +Subproject commit 92c9100a4504b27a2924b511a80acfb2e3eae534 diff --git a/zimfw b/zimfw new file mode 160000 index 0000000..214330d --- /dev/null +++ b/zimfw @@ -0,0 +1 @@ +Subproject commit 214330ddc988617376491b2b365de7f6c87cd4ad