✨ Use newer, Homebrew managed Python & Ruby
This commit is contained in:
parent
46b1d1d548
commit
76ee3cd464
2 changed files with 20 additions and 0 deletions
10
python/install.fish
Normal file
10
python/install.fish
Normal 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
10
ruby/install.fish
Normal 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
|
Loading…
Reference in a new issue