Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bezbac committed Nov 17, 2024
1 parent 776c2a7 commit 20d40f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ COPY ./zellij/target/wasm32-wasi/release/zellij-tabula.wasm /zellij-tabula.wasm
COPY ./zellij-tabula.plugin.zsh /zellij-tabula.plugin.zsh

# Configure zellij
RUN mkdir ~/.config
RUN mkdir ~/.config/zellij
RUN zellij setup --dump-config > ~/.config/zellij/config.kdl
RUN touch ~/.config/zellij/config.kdl
RUN echo 'load_plugins {\n\t"file:/zellij-tabula.wasm"\n}' >> ~/.config/zellij/config.kdl

# Configure zsh
Expand Down

0 comments on commit 20d40f9

Please sign in to comment.