Add .config/fish/conf.d/30-ruby.fish
Update .config/packages/Brewfile
This commit is contained in:
parent
2e58841330
commit
52deadb3c2
2 changed files with 10 additions and 0 deletions
7
dot_config/fish/conf.d/30-ruby.fish
Normal file
7
dot_config/fish/conf.d/30-ruby.fish
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue