[cdist #2] update manifest for .emacs file
This commit is contained in:
parent
de5ee76a10
commit
04da1f0d76
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ pkgs="zsh mosh emacs nmap sipcalc"
|
||||||
for pkg in ${pkgs}; do
|
for pkg in ${pkgs}; do
|
||||||
__package ${pkg} --state present
|
__package ${pkg} --state present
|
||||||
done
|
done
|
||||||
|
|
||||||
|
require="__package/emacs" __file ~/.emacs \
|
||||||
|
--mode 0644 --source "$__type/files/.emacs"
|
||||||
|
|
Loading…
Reference in a new issue