Tidied iimacs layering section.
This commit is contained in:
@ -236,16 +236,16 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
|
|||||||
Documentation for this is here: https://github.com/iimacs/.emacs.d
|
Documentation for this is here: https://github.com/iimacs/.emacs.d
|
||||||
|
|
||||||
#+BEGIN_SRC tmate
|
#+BEGIN_SRC tmate
|
||||||
cd ~/ # do as your own user
|
# Clone iimacs from github
|
||||||
git clone --recursive https://github.com/iimacs/.emacs.d ~/.iimacs.d
|
git clone --recursive https://github.com/iimacs/.emacs.d ~/.iimacs.d ~/
|
||||||
|
|
||||||
|
# Add the following entries to .bashrc
|
||||||
|
echo 'IIMACS=~/.iimacs.d' | tee -a ~/.bashrc
|
||||||
|
echo 'PATH=${IIMACS}/bin:${PATH}' | tee -a ~/.bashrc
|
||||||
|
echo 'EMACSLOADPATH=${IIMACS}:' | tee -a ~/.bashrc
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Add the following to your bashrc:
|
You can now start ~iimacs~ :)
|
||||||
export IIMACS=~/.iimacs.d
|
|
||||||
export PATH=${IIMACS}/bin:${PATH}
|
|
||||||
export EMACSLOADPATH=${IIMACS}:
|
|
||||||
|
|
||||||
You can now start emacs :)
|
|
||||||
|
|
||||||
|
|
||||||
** Step 5 - Setup mutt email client
|
** Step 5 - Setup mutt email client
|
||||||
|
|||||||
Reference in New Issue
Block a user