Update .conduit.yaml to be a list
This commit is contained in:
parent
85d5d549a5
commit
470281595f
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
location: ~/.config/zsh
|
- location: ~/.config/zsh
|
||||||
apt:
|
- apt:
|
||||||
- zsh
|
- zsh
|
||||||
- zsh-doc
|
- zsh-doc
|
||||||
brew:
|
- brew:
|
||||||
- zsh
|
- zsh
|
||||||
command:
|
- command:
|
||||||
- sudo chsh $USER -s `which zsh`
|
- sudo chsh $USER -s `which zsh`
|
||||||
symlink:
|
- symlink:
|
||||||
- {src: zlogin, dst: ~/.zlogin}
|
- {src: zlogin, dst: ~/.zlogin}
|
||||||
- {src: zlogout, dst: ~/.zlogout}
|
- {src: zlogout, dst: ~/.zlogout}
|
||||||
- {src: zprofile, dst: ~/.zprofile}
|
- {src: zprofile, dst: ~/.zprofile}
|
||||||
@ -16,6 +16,6 @@ symlink:
|
|||||||
-
|
-
|
||||||
src: prompt_fresh_setup
|
src: prompt_fresh_setup
|
||||||
dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup
|
dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup
|
||||||
repo:
|
- repo:
|
||||||
- https://github.com/zsh-users/zsh-syntax-highlighting.git
|
- https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
- https://github.com/zsh-users/zsh-history-substring-search.git
|
- https://github.com/zsh-users/zsh-history-substring-search.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user