From 9e3156b279e8a68521c9d59907367abc537fa2f4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 May 2024 19:48:02 -0700 Subject: [PATCH] Create the .local version too by default --- install/dotfiles.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/dotfiles.sh b/install/dotfiles.sh index 7ba98e3..6356347 100644 --- a/install/dotfiles.sh +++ b/install/dotfiles.sh @@ -15,6 +15,8 @@ for entry in ~/.local/share/omakub/dotfiles/*; do if [ ! -e $target ]; then ln -s $entry $target fi + + touch $entry.local fi # Link all directories in ~/.config/