From 180206e9e9202e1e5a17b2348519c3b63b46b7d1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 28 Nov 2017 21:19:33 +0000 Subject: [PATCH] Add apt and brew package installs --- .conduit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index 38798ee..f64d261 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -1,5 +1,10 @@ --- location: ~/.config/zsh +apt: + - zsh + - zsh-doc +brew: + - zsh symlinks: - {src: zlogin, dst: ~/.zlogin} - {src: zlogout, dst: ~/.zlogout}