From e9ddfe5ff218c4fe9ea09e55e126c624411f507e Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 13 Dec 2019 11:23:56 +0000 Subject: [PATCH] Fixed restoration of dotfiles in wsl-setup.org --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index dabb6d6..6dc3604 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -228,5 +228,5 @@ #+BEGIN_SRC tmate git clone ssh://git@gitlab.jamma.life:2224/jmhbnz/tooling.git cd /tooling/ - mv * ~/ + cp .* ~/ #+END_SRC