28 lines
827 B
YAML
28 lines
827 B
YAML
---
|
|
- location: ~/.config/zsh
|
|
- apt:
|
|
- zsh
|
|
- zsh-doc
|
|
- brew:
|
|
- zsh
|
|
- command:
|
|
- install: sudo chsh $USER -s `which zsh`
|
|
remove: sudo chsh $USER -s `which bash`
|
|
- 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
|
|
- src: sandbox/_sandbox
|
|
dst: ~/.local/share/zsh/site-functions/_sandbox
|
|
- repo:
|
|
- https://github.com/zsh-users/zsh-autosuggestions.git
|
|
- https://github.com/zsh-users/zsh-history-substring-search.git
|
|
- https://github.com/zdharma/fast-syntax-highlighting.git
|
|
- pip:
|
|
- pick
|
|
- message: zsh will be the default prompt after next login
|