Add make quickstart
This commit is contained in:
parent
df5121e4c6
commit
36e626f7a3
1 changed files with 4 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue