aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-24 17:40:36 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-24 17:40:36 -0400
commit18de4bb2167e6acdb5bbcf1db23415b6af558600 (patch)
tree52c78a7e03c9e5573863e1b60a106a112ecc3f93 /README.md
parentCreate `emacs.desktop` template (diff)
downloadmmosmacs-18de4bb2167e6acdb5bbcf1db23415b6af558600.tar.gz
mmosmacs-18de4bb2167e6acdb5bbcf1db23415b6af558600.tar.bz2
mmosmacs-18de4bb2167e6acdb5bbcf1db23415b6af558600.zip
Add installation instructions to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
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
6jack-of-all-trades just like me. 6jack-of-all-trades just like me.
7 7
8 8
9## Installation
10
11First, clone this repository into your `~/.emacs.d` directory.
12```bash
13cd
14git clone https://github.com/MountainMan1312/MMOSMacs.git .emacs.d
15```
16
17Next create symlinks to the `xinitrc` and `emacs.desktop` files so X
18knows what to do:
19```bash
20# Backup your `.xinitrc` file if you feel like it.
21# Replace `.xinitrc.old` with whatever you want to name the backup.
22mv .xinitrc .xinitrc.old
23
24# Symlink your `.xinitrc` file
25ln -s .emacs.d/xinitrc .xinitrc
26
27# Symlink `emacs.desktop` to add MMOSMacs as an entry to your Display
28# Manager / login screen.
29sudo ln -s .emacs.d/emacs.desktop /usr/share/xsessions/emacs.desktop
30```
31
32
9## Plans 33## Plans
10 34
11- Non-literate configuration 35- Non-literate configuration