1
0
Fork 0

Split out personal/default dotfile configs

This commit is contained in:
Jeremy Kaplan 2016-08-01 16:25:06 -04:00
commit f4a7e3eb8a
6 changed files with 25 additions and 53 deletions

View file

@ -12,6 +12,6 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git submodule update --init --recursive "${DOTBOT_DIR}"
for conf in ${@}; do
for conf in default ${@}; do
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}"
done