All dotfiles managed with gnu stow.
Find a file
Vladan Popovic ef54f36fd5 Add 'dotfiles/.config/alacritty/' from commit 'd252c537d691c6e8809f16c7209278a3d097ca98'
git-subtree-dir: dotfiles/.config/alacritty
git-subtree-mainline: 63afcc7b2b
git-subtree-split: d252c537d6
2024-09-30 01:58:55 +02:00
dotfiles Add 'dotfiles/.config/alacritty/' from commit 'd252c537d691c6e8809f16c7209278a3d097ca98' 2024-09-30 01:58:55 +02:00
README.md update readme for new layout 2024-09-30 01:47:02 +02:00

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