mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add make quickstart
This commit is contained in:
4
Makefile
4
Makefile
@ -18,6 +18,10 @@ cc: compile-core
|
|||||||
ce: compile-elpa
|
ce: compile-elpa
|
||||||
d: doctor
|
d: doctor
|
||||||
|
|
||||||
|
quickstart: | ~/.doom.d/init.el install
|
||||||
|
~/.doom.d/init.el:
|
||||||
|
mkdir ~/.doom.d && cp init.example.el ~/.doom.d/init.el
|
||||||
|
|
||||||
## Package management
|
## Package management
|
||||||
install: | .local/autoloads.el
|
install: | .local/autoloads.el
|
||||||
@$(DOOM) -f doom//packages-install
|
@$(DOOM) -f doom//packages-install
|
||||||
|
Reference in New Issue
Block a user