Use newer, Homebrew managed Python & Ruby

This commit is contained in:
Marley Rae 2024-02-04 17:29:44 -08:00
parent 46b1d1d548
commit 76ee3cd464
2 changed files with 20 additions and 0 deletions

10
python/install.fish Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fish
source "$DOT/script/utils.fish"
source "$DOT/homebrew/brew_utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle Python
brew_install Python python

10
ruby/install.fish Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fish
source "$DOT/script/utils.fish"
source "$DOT/homebrew/brew_utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle Ruby
brew_install Ruby ruby