mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): doom install: bootstrap other profiles if present
Like 'doom sync', have 'doom install' set up the profiles bootloader.
This commit is contained in:
@ -102,6 +102,10 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
||||
(print! (start "Installing plugins"))
|
||||
(print-group! (doom-packages-ensure)))
|
||||
|
||||
(when (doom-profiles-bootloadable-p)
|
||||
(print! (start "Initializing profile bootstrapper..."))
|
||||
(call! '(profiles sync "--reload")))
|
||||
|
||||
(print! (start "Synchronizing default profile..."))
|
||||
(print-group! (doom-profile-generate))
|
||||
|
||||
|
Reference in New Issue
Block a user