Populate repo
This commit is contained in:
9
zsh/.oh-my-zsh/.gitpod.yml
Normal file
9
zsh/.oh-my-zsh/.gitpod.yml
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user