add workdir.service as link
This commit is contained in:
parent
4c44aea1ca
commit
febc7fef83
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ create_symlinks() {
|
||||||
ln -sf "${MYSHELLCONFIG_BASE}/tmux/tmux.conf" ~/.tmux.conf
|
ln -sf "${MYSHELLCONFIG_BASE}/tmux/tmux.conf" ~/.tmux.conf
|
||||||
mkdir -pv ~/.config/systemd/user/default.target.wants
|
mkdir -pv ~/.config/systemd/user/default.target.wants
|
||||||
ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/default.target.wants/workdir.service
|
ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/default.target.wants/workdir.service
|
||||||
|
ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/workdir.service
|
||||||
|
|
||||||
# Configure to use githooks in .githooks, not in standardlocation .git/hooks
|
# Configure to use githooks in .githooks, not in standardlocation .git/hooks
|
||||||
$SGIT config core.hooksPath .githooks
|
$SGIT config core.hooksPath .githooks
|
||||||
|
|
Loading…
Reference in a new issue