Added context to dotfile restore section.

This commit is contained in:
2020-01-01 19:55:06 +00:00
parent 196a78a66a
commit 7840575dd0

View File

@ -163,10 +163,14 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
Within wsl we can use .dotfiles to further customise our environment. The script
below restores my versions of key dotfiles automatically.
*Note* The git clone below relies on having permission to clone the
repository referenced. For me this means having an ssh key present
which has been added to gitlab.
#+NAME: Clone and restore the dotfiles
#+BEGIN_SRC tmate
git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git
cd /tooling/
git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git ~/Documents/
cd ~/Documents/tooling/
cp .* ~/
#+END_SRC