Add .emacs.d destinattion directory to git command
This commit is contained in:
parent
69590e570a
commit
2a3baa2036
@ -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
|
#+name: lst:prepare-user-emacs-directory-with-https
|
||||||
#+begin_src shell :noeval :tangle no
|
#+begin_src shell :noeval :tangle no
|
||||||
cd ~
|
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
|
make --directory=.emacs.d init
|
||||||
emacs &
|
emacs &
|
||||||
#+end_src
|
#+end_src
|
||||||
@ -69,7 +69,7 @@ emacs &
|
|||||||
#+name: lst:prepare-user-emacs-directory-with-ssh
|
#+name: lst:prepare-user-emacs-directory-with-ssh
|
||||||
#+begin_src shell :noeval :tangle no
|
#+begin_src shell :noeval :tangle no
|
||||||
cd ~
|
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
|
make --directory=.emacs.d init
|
||||||
emacs &
|
emacs &
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user