Add .emacs.d destinattion directory to git command

This commit is contained in:
Gerard Vermeulen 2023-01-09 12:32:48 +01:00
parent 69590e570a
commit 2a3baa2036
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ you to install a selected set of packages. Quit Emacs and invoke Emacs again.
#+name: lst:prepare-user-emacs-directory-with-https
#+begin_src shell :noeval :tangle no
cd ~
git clone https://forge.chapril.org/gav451/emacs.d.git
git clone https://forge.chapril.org/gav451/emacs.d.git .emacs.d
make --directory=.emacs.d init
emacs &
#+end_src
@ -69,7 +69,7 @@ emacs &
#+name: lst:prepare-user-emacs-directory-with-ssh
#+begin_src shell :noeval :tangle no
cd ~
git clone ssh://gitea@forge.chapril.org:222/gav451/emacs.d.git
git clone ssh://gitea@forge.chapril.org:222/gav451/emacs.d.git .emacs.d
make --directory=.emacs.d init
emacs &
#+end_src