fix: rtx is now mise

Check the [blog post][0] about the migration.

[0]: https://mise.jdx.dev/rtx.html
This commit is contained in:
Joao P Dubas
2024-01-14 18:55:36 +00:00
parent 00da94a19f
commit 22afe9a45f
5 changed files with 13 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ RUN mkdir -p ${HOME}/.local/src \
RUN git clone https://github.com/elixir-lsp/elixir-ls.git ${LOCAL_SRC_HOME}/elixir-ls
# command line utilities
RUN curl https://rtx.pub/install.sh | sh \
RUN curl https://mise.jdx.dev/install.sh | sh \
&& curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash \
&& git clone https://github.com/tmux-plugins/tpm.git ${XDG_CONFIG_HOME}/tmux/plugins/tpm
@@ -156,7 +156,7 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}
# configure fish and bash
RUN fish -c true \
&& echo 'starship init fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
&& echo '{$XDG_DATA_HOME}/rtx/bin/rtx activate fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
&& echo '{$LOCAL_BIN_HOME}/mise activate fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
&& echo 'zoxide init fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
&& echo 'alias cat="bat"' >> ${XDG_CONFIG_HOME}/fish/config.fish \
&& echo 'alias l="eza --time-style long-iso --color=auto -F"' >> ${XDG_CONFIG_HOME}/fish/config.fish \
@@ -171,7 +171,7 @@ RUN git config --global user.email "${GIT_USER_EMAIL}" \
&& git config --global core.editor nvim
# install rtx plugins
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install --force --yes \
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
awscli \
bat \
dagger \