configuration merge with laptop and pc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{- 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 -}}
|
||||
Reference in New Issue
Block a user