Update .config/fish/functions/hack.fish

Update .config/packages/Brewfile
This commit is contained in:
punkfairie 2024-09-04 18:46:54 -07:00
parent 6807317cea
commit a5a4996ac7
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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