summaryrefslogtreecommitdiff
path: root/make-symlinks
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-22 17:04:42 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-22 17:04:42 +0300
commit53ee25e528cb75694c7948e0aebbde20999e370b (patch)
treecaac89b9080c8f80650f9cd95ce7a5c3e9a1dc1a /make-symlinks
parentb675f8de85d99776747d37c202c2d0cd126f6655 (diff)
downloadliw-dot-files-53ee25e528cb75694c7948e0aebbde20999e370b.tar.gz
fix: Make-symlinks to create ~/.config if missing
Sponsored-by: author
Diffstat (limited to 'make-symlinks')
-rwxr-xr-xmake-symlinks1
1 files changed, 1 insertions, 0 deletions
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"