From 2eb00e4008af506b3ad6dc287c1d75cd920b35e1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 21 Nov 2017 18:16:25 +0000 Subject: [PATCH] Add conduit install descriptor --- .conduit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .conduit.yaml diff --git a/.conduit.yaml b/.conduit.yaml new file mode 100644 index 0000000..38798ee --- /dev/null +++ b/.conduit.yaml @@ -0,0 +1,14 @@ +--- +location: ~/.config/zsh +symlinks: + - {src: zlogin, dst: ~/.zlogin} + - {src: zlogout, dst: ~/.zlogout} + - {src: zprofile, dst: ~/.zprofile} + - {src: zshenv, dst: ~/.zshenv} + - {src: zshrc, dst: ~/.zshrc} + - + src: prompt_fresh_setup + dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup +repos: + - https://github.com/zsh-users/zsh-syntax-highlighting.git + - https://github.com/zsh-users/zsh-history-substring-search.git