Add a sample for helix update (git pull + cargo install)
				
					
				
			This commit is contained in:
		
							
								
								
									
										25
									
								
								examples/git-helix.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								examples/git-helix.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
packages:
 | 
			
		||||
  - name: Helix (git)
 | 
			
		||||
    fetch:
 | 
			
		||||
       - exe: git
 | 
			
		||||
         params:
 | 
			
		||||
          - pull
 | 
			
		||||
          - --ff-only
 | 
			
		||||
         current_dir: /home/zykino/Documents/0DocPerso/Code/helix
 | 
			
		||||
    install:
 | 
			
		||||
      exe: cargo
 | 
			
		||||
      params:
 | 
			
		||||
      - install 
 | 
			
		||||
      - --locked 
 | 
			
		||||
      - --path 
 | 
			
		||||
      - helix-term
 | 
			
		||||
      current_dir: /home/zykino/Documents/0DocPerso/Code/helix
 | 
			
		||||
    post_install:
 | 
			
		||||
      - exe: hx
 | 
			
		||||
        params:
 | 
			
		||||
        - --grammar
 | 
			
		||||
        - fetch
 | 
			
		||||
      - exe: hx
 | 
			
		||||
        params:
 | 
			
		||||
        - --grammar
 | 
			
		||||
        - build
 | 
			
		||||
		Reference in New Issue
	
	Block a user