Add .env to custom configuration

This commit is contained in:
Jesús
2022-03-05 04:06:33 +08:00
parent 3ddd2efd64
commit aba5e59b02
8 changed files with 32 additions and 12 deletions

View File

@@ -12,14 +12,14 @@ First step:
#### Main mirror
1. `git clone https://hgit.conocimientoslibres.ga/software/emacs-personal.git ~/.emacs.d/`
2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env`
3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
#### Secundary mirror
1. `git clone https://notabug.org/heckyel/emacs-personal.git ~/.emacs.d/`
2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env`
3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
### Fonts