2.1 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’.

  1. Get the source and store it in the desired path by running the following in the command line shell:
$ git clone https://gitlab.com/protesilaos/modus-themes.git ~/.emacs.d/modus-themes
  1. Add that path to your known Elisp libraries’ list, by placing this snippet of Emacs Lisp in your init file (e.g. init.el):
(add-to-list 'load-path "~/.emacs.d/modus-themes")

The themes are now ready to be used: Enable and load.