diff options
| author | 2015-09-11 00:43:06 +0200 | |
|---|---|---|
| committer | 2015-09-11 00:43:06 +0200 | |
| commit | db730dcab8a10343342de280f26503a41a5f1ef2 (patch) | |
| tree | aea87932e41f17fbd378819f18f65c911d57d008 | |
| parent | aa221a0685450b96ec4bc1a34329f7acd73236c9 (diff) | |
| download | yoshi-theme-db730dcab8a10343342de280f26503a41a5f1ef2.tar.gz yoshi-theme-db730dcab8a10343342de280f26503a41a5f1ef2.zip | |
Update installation instructions
| -rw-r--r-- | README.org | 39 |
1 files changed, 37 insertions, 2 deletions
@@ -16,5 +16,40 @@ ** Installation - To install place it somewhere in your ~custom-theme-load-path~ and - then ~load-theme~. + Installation comes in two flavors. + +*** Installation with ELPA + + To install Yoshi theme using the built-in Emacs package manager + you should have [[https://marmalade-repo.org/][Marmalade]] in your =package-archives= list. When + that's ready you can =M-x list-packages=, find =yoshi-theme=, press =i= + and =x= and you're done. + +*** Installation from git + + To use a version from the latest git checkout you should clone the + repository and then add the directory to your + =custom-theme-load-path=. + + In a shell execute: + + #+BEGIN_EXAMPLE + cd ~/ + git clone git://github.com/ryuslash/yoshi-theme.git + #+END_EXAMPLE + + Then add to your =~/.emacs.d/init.el=: + + #+BEGIN_SRC emacs-lisp + (add-to-list 'custom-theme-load-path (expand-file-name "~/yoshi-theme")) + #+END_SRC + +** Enabling Yoshi theme + + Once you've installed Yoshi theme you can either use =M-x + load-theme= to enable it interactively for the current session, or + put the following in your =~/.emacs.d/init.el=: + + #+BEGIN_SRC emacs-lisp + (load-theme 'yoshi :no-confirm) + #+END_SRC |
