manage dotfiles with home manager

This commit is contained in:
Cy Pokhrel 2024-11-06 00:55:34 -05:00
parent 6b689531a9
commit 2a84570d78
6 changed files with 13 additions and 43 deletions

15
install
View file

@ -1,15 +0,0 @@
#!/usr/bin/env bash
set -e
CONFIG="conf.yml"
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"