Install manually from source
In the following example, we are assuming that your Emacs files are stored in ~/.emacs.d and that you want to place the Modus themes in ~/.emacs.d/modus-themes.
- Get the source and store it in the desired path by running the following in the command line shell:
bash
$ git clone https://gitlab.com/protesilaos/modus-themes.git ~/.emacs.d/modus-themes- Add that path to your known Elisp libraries’ list, by placing this snippet of Emacs Lisp in your init file (e.g.
init.el):
emacs-lisp
(add-to-list 'load-path "~/.emacs.d/modus-themes")The themes are now ready to be used: Enable and load.