move more settings to the early init file
This commit is contained in:
@@ -9,13 +9,15 @@ a bunch of online resources.
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: installation
|
||||
:END:
|
||||
Run one of the following install script commands (using curl, wget or fetch).
|
||||
Download repo and point the emacs =init= (and =early-init.el=) file to
|
||||
this configuration.
|
||||
|
||||
Or run one of the following install script commands (using curl, wget or fetch).
|
||||
#+begin_src sh
|
||||
sh -c "$(curl -fsSL http://gitea.weseng.de/daniel/emacs/raw/master/scripts/install.sh)"
|
||||
sh -c "$(wget -O- http://gitea.weseng.de/daniel/emacs/raw/master/scripts/install.sh)"
|
||||
sh -c "$(fetch -o - http://gitea.weseng.de/daniel/emacs/raw/master/scripts/install.sh)"
|
||||
#+end_src
|
||||
|
||||
Installation path is =~/.config/emacs=. See details and other
|
||||
installed linux packages as requirements inside =sripts/install.sh=.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user