mirror of
https://github.com/Matir/skel.git
synced 2026-09-22 12:56:56 -07:00
Compare commits
2 Commits
7b8a436e37
...
3666115090
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3666115090 | ||
|
|
6f2494c602 |
@@ -576,6 +576,20 @@ EOF
|
||||
chmod +x "${DESTDIR}/ssh-agent-mux"
|
||||
add_bin_symlink ssh-agent-mux
|
||||
;;
|
||||
grpcurl)
|
||||
if command -v brew >/dev/null 2>&1; then
|
||||
brew install grpcurl
|
||||
else
|
||||
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
|
||||
fi
|
||||
;;
|
||||
grpcui)
|
||||
if command -v brew >/dev/null 2>&1; then
|
||||
brew install grpcui
|
||||
else
|
||||
go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "Unknown tool: ${TOOL}" >/dev/stderr
|
||||
list_tools
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
|
||||
[include]
|
||||
path = ~/.gitconfig.d/aliases
|
||||
path = ~/.gitconfig.d/google
|
||||
path = ~/.gitconfig.d/override
|
||||
path = ~/.gitconfig.d/local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user