Actually add sandbox plugin

This commit is contained in:
2018-08-20 10:09:55 +01:00
parent b61ebc4f7a
commit e13e70de6b
3 changed files with 156 additions and 4 deletions

View File

@@ -6,8 +6,7 @@
- brew:
- zsh
- command:
-
install: sudo chsh $USER -s `which zsh`
- install: sudo chsh $USER -s `which zsh`
remove: sudo chsh $USER -s `which bash`
- symlink:
- {src: zlogin, dst: ~/.zlogin}
@@ -15,9 +14,10 @@
- {src: zprofile, dst: ~/.zprofile}
- {src: zshenv, dst: ~/.zshenv}
- {src: zshrc, dst: ~/.zshrc}
-
src: prompt_fresh_setup
- 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