This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/zshrc/recipe.spec

19 lines
241 B
Plaintext

name: zshrc
version: 0.0.1
sources:
- colors.zsh
- prompt.zsh
- title.zsh
- zsh-vimode-visual.zsh
- zshrc
@configure
true
@build
true
@install
mkdir -p '%{pkg}/etc/zsh'
cp zshrc '%{pkg}/etc/zshrc'
cp *.zsh '%{pkg}/etc/zsh/'