aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
Diffstat (limited to 'inception')
-rwxr-xr-xinception5
1 files changed, 4 insertions, 1 deletions
diff --git a/inception b/inception
index a24b0dc..eec30bf 100755
--- a/inception
+++ b/inception
@@ -49,7 +49,10 @@ elif [ "$1" == "load" ]; then
if [ "$BUNDLE" == "--all" ]; then
echo "Loading all dotfiles..."
./metadot/metadot load --all
- ./metadot/metadot deps --all
+
+ if [ "$DEPENDENCIES" == "--deps" ]; then
+ ./metadot/metadot deps --all
+ fi
elif [ -z "$BUNDLE" ]; then
echo "Loading $BUNDLE dotfiles..."
./metadot/metadot load-bundle $BUNDLE