Skip to content

Commit

Permalink
🚚 rtx -> mise
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Aug 6, 2024
1 parent eb3cb91 commit f1bb9dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bash/completions/mix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _mix() {

_mix_caculate() {
if ! [ -e mix.exs ]; then
rtx current elixir
mise current elixir
elif type "md5" &>/dev/null; then
md5 -q mix.exs
elif type "md5sum" &>/dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion bash/functions/update
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function update-yarn() {
echo updating yarn to latest
npm install -g "https://yarnpkg.com/latest.tar.gz"
fi
rtx reshim nodejs
mise reshim nodejs
}

function update-npm() {
Expand Down
4 changes: 2 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export ANDROID_HOME="$HOME/Library/Android/sdk"
export BASH_COMPLETION_COMPAT_DIR="$HOMEBREW_PREFIX/etc/bash_completion.d"

declare -a EVALS=(
"$(rtx activate bash)"
"$(mise activate bash)"
"$(hub alias -s)"
"$(direnv hook bash)"
"$(starship init bash)"
Expand Down Expand Up @@ -83,7 +83,7 @@ if command -v fd > /dev/null; then
fi
command -v bat > /dev/null && export FZF_CTRL_T_OPTS="--preview 'bat -n --color=always {}'"

alias asdf=rtx
alias asdf=mise

alias bat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
alias c="open -a 'Google Chrome'"
Expand Down
4 changes: 2 additions & 2 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alias r rails
alias s spring
alias t tmux
alias v fmvim
alias asdf rtx
alias asdf mise

# wow! much doge!
alias much git
Expand All @@ -33,4 +33,4 @@ end

fish_user_key_bindings

rtx activate fish | source
mise activate fish | source
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ln -sfn "$PWD/vscode" "$HOME/Library/Application Support/Code/User"

mkdir -p "$HOME/.go"

rtx plugin add ruby
rtx plugin add nodejs
mise plugin add ruby
mise plugin add nodejs

pip3 install wakatime neovim vim-vint codespell --upgrade

Expand Down

0 comments on commit f1bb9dc

Please sign in to comment.