From 18de4bb2167e6acdb5bbcf1db23415b6af558600 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:40:36 -0400 Subject: Add installation instructions to the README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e1d81d0..86c24d1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,30 @@ core of my computing experience, and is designed to be a jack-of-all-trades just like me. +## Installation + +First, clone this repository into your `~/.emacs.d` directory. +```bash +cd +git clone https://github.com/MountainMan1312/MMOSMacs.git .emacs.d +``` + +Next create symlinks to the `xinitrc` and `emacs.desktop` files so X +knows what to do: +```bash +# Backup your `.xinitrc` file if you feel like it. +# Replace `.xinitrc.old` with whatever you want to name the backup. +mv .xinitrc .xinitrc.old + +# Symlink your `.xinitrc` file +ln -s .emacs.d/xinitrc .xinitrc + +# Symlink `emacs.desktop` to add MMOSMacs as an entry to your Display +# Manager / login screen. +sudo ln -s .emacs.d/emacs.desktop /usr/share/xsessions/emacs.desktop +``` + + ## Plans - Non-literate configuration -- cgit v1.2.3