diff options
| author | 2026-04-21 01:23:27 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:27 +0100 | |
| commit | a52a8022b52c5c0b9f143bb7aab1d2f4632d144e (patch) | |
| tree | c5f9f4b7393f9dc64c67ffaed25f372272877c1b | |
| parent | bcdd26302f45f976981da0d3855161ac024b94c6 (diff) | |
| download | dotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.tar.gz dotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.tar.bz2 dotfiles-a52a8022b52c5c0b9f143bb7aab1d2f4632d144e.zip | |
fix: 'just init' now deploys dotfiles after regenerating config
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") # ═══════════════════════════════════════════════════════════════════ |
