From 76ee3cd464c7f58ab9f8ace9edc787d50b8551db Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 4 Feb 2024 17:29:44 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Use=20newer,=20Homebrew=20managed?= =?UTF-8?q?=20Python=20&=20Ruby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/install.fish | 10 ++++++++++ ruby/install.fish | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 python/install.fish create mode 100644 ruby/install.fish diff --git a/python/install.fish b/python/install.fish new file mode 100644 index 0000000..0791c0e --- /dev/null +++ b/python/install.fish @@ -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 diff --git a/ruby/install.fish b/ruby/install.fish new file mode 100644 index 0000000..00577ed --- /dev/null +++ b/ruby/install.fish @@ -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