Create the .local version too by default
This commit is contained in:
parent
423f0393ba
commit
9e3156b279
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user