Skip to content

Commit

Permalink
feat: try out zellij as tmux replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
yacoob committed Dec 12, 2024
1 parent 25389d7 commit cc2cf85
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 18 deletions.
3 changes: 2 additions & 1 deletion container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN dnf5 install --setopt=install_weak_deps=False -y \
direnv gcc gh just lazygit neovim nodejs-npm tmux \
&& dnf5 clean all
# install binaries via eget
RUN /usr/bin/eget watchexec/watchexec -a musl.tar.xz _ -a '^b3' -a '^sha512' --to=/usr/local/bin
RUN /usr/bin/eget watchexec/watchexec -a musl.tar.xz _ -a '^b3' -a '^sha512' --to=/usr/local/bin \
&& /usr/bin/eget zellij-org/zelij --to=/usr/local/bin
USER yacoob


Expand Down
Loading

0 comments on commit cc2cf85

Please sign in to comment.