parent
82856bfbd8
commit
2657c87f0a
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
FROM gitpod/workspace-full |
||||
|
||||
RUN sudo apt-get update && \ |
||||
sudo apt-get install -y zsh && \ |
||||
sudo rm -rf /var/lib/apt/lists/* |
||||
@ -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 |
||||
Loading…
Reference in new issue