Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from tepene/helix
Browse files Browse the repository at this point in the history
feat: add syntax highlighting for helix (#22)
  • Loading branch information
tepene authored Apr 24, 2023
2 parents d184c16 + 3795e25 commit 699e18f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ RUN git clone https://github.com/zsh-users/zsh-autosuggestions "$ZSH/custom/pl
RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$ZSH/custom/plugins/zsh-syntax-highlighting"
COPY opt/oh-my-zsh /opt/oh-my-zsh

# fixing and updating helix syntax highlighting
ENV RUSTFLAGS="-C target-feature=-crt-static"
RUN hx -g fetch && \
hx -g build

# add symlinks for tools installed host system
RUN ln -fs /bin/sh /usr/bin/sh && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
Expand Down
5 changes: 4 additions & 1 deletion extra-packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Alpine packages
## compile
build-base
## shell
zsh
starship
Expand All @@ -10,10 +12,11 @@ direnv
nmap
nmap-scripts
bind-tools
## others
## others utils
chezmoi
cosign
helix
tree-sitter-grammars
jq
neofetch
yq

0 comments on commit 699e18f

Please sign in to comment.