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

@ -162,11 +162,15 @@ 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 Within wsl we can use .dotfiles to further customise our environment. The script
below restores my versions of key dotfiles automatically. 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 #+NAME: Clone and restore the dotfiles
#+BEGIN_SRC tmate #+BEGIN_SRC tmate
git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git ~/Documents/
cd /tooling/ cd ~/Documents/tooling/
cp .* ~/ cp .* ~/
#+END_SRC #+END_SRC