Add .config/fish/conf.d/30-ruby.fish

Update .config/packages/Brewfile
This commit is contained in:
punkfairie 2024-05-02 18:09:34 -07:00
parent 2e58841330
commit 52deadb3c2
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env fish
if command -v rvm &>/dev/null
rvm use 3 &>/dev/null
else if test -e /opt/homebrew/opt/ruby/bin/ruby
fish_add_path /opt/homebrew/opt/ruby/bin/
end

View file

@ -1,3 +1,4 @@
tap "charmbracelet/tap"
tap "dart-lang/dart"
tap "homebrew/bundle"
tap "homebrew/services"
@ -76,6 +77,8 @@ brew "starship"
brew "topgrade"
# Internet file retriever
brew "wget"
# The SSH directory
brew "charmbracelet/tap/wishlist"
# Laravel and PHP development environment manager
cask "herd"
# GPU-accelerated cross-platform terminal emulator and multiplexer