From 2a07d12665d4173e13737314e2c8202fd89b76de 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