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