Files
dotfiles/user/.chezmoiscripts/run_after_dms-shell.sh.tmpl

11 lines
174 B
Cheetah

{{- if eq .chezmoi.os "linux" -}}
#!/usr/bin/env bash
set -e
[ "${CHEZMOI}" -eq 1 ] || exit 1
systemctl --user enable --now dms
# vim: syntax=bash ft=template
{{- end -}}