create dir if not existing

This commit is contained in:
Jakobus Schürz 2020-02-11 02:07:39 +01:00
parent 1b8ae84cd8
commit 4c44aea1ca

View file

@ -29,6 +29,7 @@ create_symlinks() {
#ln -sf "${MYSHELLCONFIG_BASE}/bashrc_add" ~/bashrc_add
ln -sf "${MYSHELLCONFIG_BASE}/tmux" ~/.tmux
ln -sf "${MYSHELLCONFIG_BASE}/tmux/tmux.conf" ~/.tmux.conf
mkdir -pv ~/.config/systemd/user/default.target.wants
ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/default.target.wants/workdir.service
# Configure to use githooks in .githooks, not in standardlocation .git/hooks