aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index aee4cc7..71c1529 100644
--- a/justfile
+++ b/justfile
@@ -7,8 +7,8 @@ default:
# Setup
# ═══════════════════════════════════════════════════════════════════
-# First-time machine setup: regenerate chezmoi config, install git hooks, install base packages
-init: _chezmoi-init _install-hooks (install "base")
+# First-time machine setup: regenerate chezmoi config, install git hooks, deploy dotfiles, install base packages
+init: _chezmoi-init _install-hooks apply (install "base")
# ═══════════════════════════════════════════════════════════════════