Skip to content

Commit

Permalink
feat: Add Zsh and Neovim plugin initialization to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnett committed Nov 15, 2024
1 parent 18a5bba commit 242ecf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ RUN <<-EOF
USE_EMOJI=0 ./setup.sh
EOF

# Run Zsh so Zinit can get set up
RUN <<-EOF
zsh -i -c -- '@zinit-scheduler burst'
nvim --headless "+Lazy! restore" +qa
EOF

# Now that zsh is (or should be) installed, we can make the entrypoint an
# interactive zsh shell
ENTRYPOINT [ "/usr/bin/zsh", "--login" ]

0 comments on commit 242ecf7

Please sign in to comment.