aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:27 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:27 +0100
commita52a8022b52c5c0b9f143bb7aab1d2f4632d144e (patch)
treec5f9f4b7393f9dc64c67ffaed25f372272877c1b /justfile
parentbcdd26302f45f976981da0d3855161ac024b94c6 (diff)
downloaddotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.tar.gz
dotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.tar.bz2
dotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.zip
fix: 'just init' now deploys dotfiles after regenerating config
Diffstat (limited to 'justfile')
-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")
# ═══════════════════════════════════════════════════════════════════