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
|
if [ ! -e $target ]; then
|
||||||
ln -s $entry $target
|
ln -s $entry $target
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
touch $entry.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Link all directories in ~/.config/
|
# Link all directories in ~/.config/
|
||||||
|
Loading…
Reference in New Issue
Block a user