diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,10 +11,18 @@ Lightweight configuration of emacs with basic utilities plus personal configurat ### Installation +#### Main mirror + 1. `git clone https://libregit.org/heckyel/emacs-personal.git ~/.emacs.d/` 2. `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")'` + ### Fonts `pacman -S ttf-hack` (for default) |