diff --git a/bash/completions/mix.sh b/bash/completions/mix.sh index 278eb6b..8c15365 100644 --- a/bash/completions/mix.sh +++ b/bash/completions/mix.sh @@ -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 diff --git a/bash/functions/update b/bash/functions/update index df68ac3..a6d6768 100755 --- a/bash/functions/update +++ b/bash/functions/update @@ -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() { diff --git a/bashrc b/bashrc index da022a1..54148b5 100644 --- a/bashrc +++ b/bashrc @@ -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)" @@ -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'" diff --git a/fish/config.fish b/fish/config.fish index 3e710d8..60ee9b7 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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 @@ -33,4 +33,4 @@ end fish_user_key_bindings -rtx activate fish | source +mise activate fish | source diff --git a/install b/install index 8289f5e..63bf1ec 100755 --- a/install +++ b/install @@ -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