update docs

This commit is contained in:
2024-03-11 19:48:06 +01:00
parent 94dd0e848e
commit ddba0ba9cd
2 changed files with 1000 additions and 8 deletions

1000
README.md

File diff suppressed because it is too large Load Diff

View File

@@ -15,15 +15,15 @@ Different ways to install:
- arch-linux :: If ~emacs-conf~ is available in a ~custom~ ~pacman~ repository - arch-linux :: If ~emacs-conf~ is available in a ~custom~ ~pacman~ repository
#+begin_src sh #+begin_src sh
pacman -S emacs-conf pacman -S emacs-conf
ln /opt/emacs-conf/init ~/.config/emacs/ ln -s /opt/emacs-conf/init ~/.config/emacs/
ln /opt/emacs-conf/early-init.el ~/.config/emacs/ ln -s /opt/emacs-conf/early-init.el ~/.config/emacs/
#+end_src #+end_src
- debian :: If ~emacs-conf~ is available in a ~custom~ ~apt~ repository - debian :: If ~emacs-conf~ is available in a ~custom~ ~apt~ repository
#+begin_src sh #+begin_src sh
apt install emacs-conf apt install emacs-conf
ln /opt/emacs-conf/init ~/.config/emacs/ ln -s /opt/emacs-conf/init ~/.config/emacs/
ln /opt/emacs-conf/early-init.el ~/.config/emacs/ ln -s /opt/emacs-conf/early-init.el ~/.config/emacs/
#+end_src #+end_src
- manual :: Download or clone git repo and point the emacs =init= and - manual :: Download or clone git repo and point the emacs =init= and