1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Improve output for current configuration

This commit is contained in:
Valentin Brandl 2017-02-12 15:47:54 +01:00
parent eab4a0bc9b
commit 55ec140fcc
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -29,6 +29,6 @@ shift
"${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}"
for config in ${CONFIGS} ${@}; do
echo $config
echo -e "\nConfigure $config"
"${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${CONFIG_DIR}/${config}${CONFIG_SUFFIX}"
done