All dotfiles managed with gnu stow.
Vladan Popovic
cc65e333ff
git-subtree-dir: dotfiles/.config/nvim git-subtree-mainline: |
||
---|---|---|
dotfiles | ||
README.md |
Dotfiles config repo (neovim, bash, git, sway ...)
Save this service config to $XDG_CONFIG_HOME/systemd/user/dotfiles.service
[Unit]
Description=Stow dotfile linker
Documentation=man:stow(1)
Before=wayland-session.target
Conflicts=wayland-session.target
[Service]
Type=oneshot
WorkingDirectory=%h/dev/dotfiles
RemainAfterExit=true
ExecStart=/usr/bin/stow --target=%h --adopt dotfiles/
[Install]
WantedBy=default.target
(and enable it:)
systemctl --user enable --now dotfiles.service