24 lines
352 B
Markdown
24 lines
352 B
Markdown
|
## Install
|
||
|
|
||
|
Clone the repository
|
||
|
|
||
|
```
|
||
|
git clone https://git.lain.church/zdm/emacs-config ~/.emacs.d/
|
||
|
```
|
||
|
|
||
|
After launching Emacs the directory structure will be the following
|
||
|
|
||
|
```
|
||
|
auto-package-configuration/
|
||
|
auto-package-data/
|
||
|
elpa/
|
||
|
my-utils/
|
||
|
others-utils/
|
||
|
src-packages/
|
||
|
system-dependencies/
|
||
|
.git
|
||
|
.gitignore
|
||
|
README.md
|
||
|
init.el
|
||
|
```
|