mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(dependencies): add wd (#12405)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
8
.github/dependencies.yml
vendored
8
.github/dependencies.yml
vendored
@@ -36,3 +36,11 @@ dependencies:
|
||||
precopy: |
|
||||
set -e
|
||||
find . ! -name _gradle ! -name LICENSE -delete
|
||||
plugins/wd:
|
||||
repo: mfaerevaag/wd
|
||||
branch: master
|
||||
version: tag:v0.6.0
|
||||
precopy: |
|
||||
set -e
|
||||
rm -r test
|
||||
rm install.sh tty.gif wd.1
|
||||
|
||||
Reference in New Issue
Block a user