From 58c6df72bbee9a5d83b3a7c7dce0089f1b028063 Mon Sep 17 00:00:00 2001 From: Youngjin Han Date: Sat, 9 May 2020 00:27:49 +0900 Subject: [PATCH] Learning Circle : cdist #3 2nd commit --- youngjin.han/dot-cdist/manifest/init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/youngjin.han/dot-cdist/manifest/init b/youngjin.han/dot-cdist/manifest/init index 1645f89..2bca0b6 100644 --- a/youngjin.han/dot-cdist/manifest/init +++ b/youngjin.han/dot-cdist/manifest/init @@ -4,6 +4,12 @@ case "$__target_host" in localhost) __motd __timezone Asia/Seoul +# __my_computer + __colourful_file --colour yellow + ;; + jafo.laptop) + __motd + __timezone Asia/Seoul __my_computer ;; esac