diff --git a/kjg/dot-cdist/type/__my_computer/manifest b/kjg/dot-cdist/type/__my_computer/manifest index a6b547c..27d7365 100644 --- a/kjg/dot-cdist/type/__my_computer/manifest +++ b/kjg/dot-cdist/type/__my_computer/manifest @@ -4,3 +4,6 @@ pkgs="zsh mosh emacs nmap sipcalc" for pkg in ${pkgs}; do __package ${pkg} --state present done + +require="__package/emacs" __file ~/.emacs \ + --mode 0644 --source "$__type/files/.emacs"