From a5a4996ac78704616f15439c4f247046add69c12 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:46:54 -0700 Subject: [PATCH] Update .config/fish/functions/hack.fish Update .config/packages/Brewfile --- dot_config/fish/functions/hack.fish | 2 +- dot_config/packages/Brewfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/fish/functions/hack.fish b/dot_config/fish/functions/hack.fish index a53f322..83da3c0 100644 --- a/dot_config/fish/functions/hack.fish +++ b/dot_config/fish/functions/hack.fish @@ -1,7 +1,7 @@ #!/usr/bin/env fish function hack --description "Select a GH repo, [clone it], enter its directory" - set -f repos $(gh repo list --source --no-archived --json name,description --jq '.[] | "\(.name) \u001b[1;30m\(.description)\u001b[0m"') + set -f repos $(gh repo list --no-archived --json name,description --jq '.[] | "\(.name) \u001b[1;30m\(.description)\u001b[0m"') set -f repo $(gum filter --height 10 $repos | string split ' ')[1] set -f path "$HOME/hackin/$repo" diff --git a/dot_config/packages/Brewfile b/dot_config/packages/Brewfile index 5bd8344..6aa9019 100644 --- a/dot_config/packages/Brewfile +++ b/dot_config/packages/Brewfile @@ -69,6 +69,8 @@ brew "pipx" brew "rbenv" # Search tool like grep and The Silver Searcher brew "ripgrep" +# Powerful, clean, object-oriented scripting language +brew "ruby" # Safe, concurrent, practical language brew "rust" # Cross-shell prompt for astronauts