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:
parent
eab4a0bc9b
commit
55ec140fcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user