From 53ee25e528cb75694c7948e0aebbde20999e370b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Aug 2021 17:04:42 +0300 Subject: fix: Make-symlinks to create ~/.config if missing Sponsored-by: author --- make-symlinks | 1 + 1 file changed, 1 insertion(+) (limited to 'make-symlinks') diff --git a/make-symlinks b/make-symlinks index 3e02a39..a102b20 100755 --- a/make-symlinks +++ b/make-symlinks @@ -39,6 +39,7 @@ files=" config/flake8 " +install -d "$HOME/.config" for x in $files do [ -e "$dirname/$x" ] || die "$dirname/$x does not exist, oops" -- cgit v1.2.1