mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 05:01:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
dependencies:
 | 
						|
  plugins/gitfast:
 | 
						|
    repo: felipec/git-completion
 | 
						|
    branch: master
 | 
						|
    version: tag:v2.2
 | 
						|
    postcopy: |
 | 
						|
      set -e
 | 
						|
      rm -rf git-completion.plugin.zsh Makefile t tools
 | 
						|
      mv README.adoc MANUAL.adoc
 | 
						|
      mv -f src/* .
 | 
						|
      rmdir src
 | 
						|
  plugins/gradle:
 | 
						|
    repo: gradle/gradle-completion
 | 
						|
    branch: master
 | 
						|
    version: 1525cf3f2242062199ffcf0c5c1055625db6b9d2
 | 
						|
    precopy: |
 | 
						|
      set -e
 | 
						|
      find . ! -name _gradle ! -name LICENSE -delete
 | 
						|
  plugins/history-substring-search:
 | 
						|
    repo: zsh-users/zsh-history-substring-search
 | 
						|
    branch: master
 | 
						|
    version: 87ce96b1862928d84b1afe7c173316614b30e301
 | 
						|
    precopy: |
 | 
						|
      set -e
 | 
						|
      rm -f zsh-history-substring-search.plugin.zsh
 | 
						|
      test -e zsh-history-substring-search.zsh && mv zsh-history-substring-search.zsh history-substring-search.zsh
 | 
						|
    postcopy: |
 | 
						|
      set -e
 | 
						|
      test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md
 | 
						|
  plugins/wd:
 | 
						|
    repo: mfaerevaag/wd
 | 
						|
    branch: master
 | 
						|
    version: tag:v0.10.1
 | 
						|
    precopy: |
 | 
						|
      set -e
 | 
						|
      rm -r test
 | 
						|
      rm install.sh tty.gif wd.1
 | 
						|
  plugins/z:
 | 
						|
    branch: master
 | 
						|
    repo: agkozak/zsh-z
 | 
						|
    version: cf9225feebfae55e557e103e95ce20eca5eff270
 | 
						|
    precopy: |
 | 
						|
      set -e
 | 
						|
      test -e README.md && mv -f README.md MANUAL.md
 | 
						|
    postcopy: |
 | 
						|
      set -e
 | 
						|
      test -e _zshz && mv -f _zshz _z
 | 
						|
      test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh
 |