mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			259 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			259 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
image:
 | 
						|
  file: .gitpod.Dockerfile
 | 
						|
 | 
						|
tasks:
 | 
						|
  - init: |
 | 
						|
      export EDITOR="command gp open -w" VISUAL="command gp open -w"
 | 
						|
      cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
 | 
						|
      ln -sf /workspace/ohmyzsh ~/.oh-my-zsh
 | 
						|
    command: exec zsh
 |