Skip to content

Commit

Permalink
Rename rtx to mise
Browse files Browse the repository at this point in the history
Homebrew now automatically installs mise, so no other configuration is needed
  • Loading branch information
michelegera committed Jan 3, 2024
1 parent 836f5c3 commit f4ae49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/os/installs/tools.sh
Expand Up @@ -29,6 +29,7 @@ brew_install "gh" "gh"
brew_install "git" "git"
brew_install "htop" "htop"
brew_install "libyaml" "libyaml"
brew_install "mise" "mise"
brew_install "mkcert" "mkcert"
brew_install "nss" "nss"
brew_install "openssl" "openssl"
Expand All @@ -40,7 +41,6 @@ brew_install "pv" "pv"
brew_install "python" "python"
brew_install "reattach-to-user-namespace" "reattach-to-user-namespace"
brew_install "ripgrep" "ripgrep"
brew_install "rtx" "rtx"
brew_install "shared-mime-info" "shared-mime-info"
brew_install "shellcheck" "shellcheck"
brew_install "starship" "starship"
Expand Down
8 changes: 1 addition & 7 deletions src/shell/config/fish/config.fish
Expand Up @@ -77,18 +77,12 @@ starship init fish | source

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# Source direnv (should come before rtx)
# Source direnv

direnv hook fish | source

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# Source rtx

/usr/local/bin/rtx activate fish | source

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# Set path for binstubs (https://wolfgangrittner.dev/bundle-exec-be-gone/)

set -x PATH ./bin $PATH
Expand Down

0 comments on commit f4ae49c

Please sign in to comment.