Update .conduit.yaml to be a list

This commit is contained in:
Kenneth Benzie 2017-11-29 23:11:08 +00:00
parent 85d5d549a5
commit 470281595f

View File

@ -1,21 +1,21 @@
---
location: ~/.config/zsh
apt:
- zsh
- zsh-doc
brew:
- zsh
command:
- sudo chsh $USER -s `which zsh`
symlink:
- {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
repo:
- https://github.com/zsh-users/zsh-syntax-highlighting.git
- https://github.com/zsh-users/zsh-history-substring-search.git
- location: ~/.config/zsh
- apt:
- zsh
- zsh-doc
- brew:
- zsh
- command:
- sudo chsh $USER -s `which zsh`
- symlink:
- {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
- repo:
- https://github.com/zsh-users/zsh-syntax-highlighting.git
- https://github.com/zsh-users/zsh-history-substring-search.git