Updated profile iimacs setup.

This commit is contained in:
2020-01-02 01:26:55 +00:00
parent b468215df1
commit f1af2ddef3

View File

@ -239,10 +239,12 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
# Clone iimacs from github # 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 # This ensures ii tooling is added to emacs
echo 'IIMACS=~/.iimacs.d' | tee -a ~/.bashrc cat <<EOF | sudo tee /etc/profile.d/99-iimacs.sh
echo 'PATH=${IIMACS}/bin:${PATH}' | tee -a ~/.bashrc export IIMACS=~/.iimacs.d
echo 'EMACSLOADPATH=${IIMACS}:' | tee -a ~/.bashrc export PATH=${IIMACS}/bin:${PATH}
export EMACSLOADPATH=${IIMACS}:
EOF
#+END_SRC #+END_SRC
You can now start ~iimacs~ :) You can now start ~iimacs~ :)