Created
January 2, 2018 00:51
-
-
Save ethankhall/77f99ae0469ef8b600f91867fdbc3c81 to your computer and use it in GitHub Desktop.
cfg-management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- template: | |
src: zshrc | |
dest: "$HOME/.zshrc" | |
- command: | |
exec: git clone --recursive https://github.com/ethankhall/prezto.git $HOME/.zprezto | |
- command: | |
exec: ln -s $HOME/.zprezto/runcoms/@it@ $HOME/.@it@ | |
items: | |
- zlogin | |
- zlogout | |
- zpreztorc | |
- zprofile | |
- zshenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment