Better handling of installed git
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
7dd94b20e5
commit
855c741b0b
@ -10,8 +10,11 @@ alias _find=`which find`
|
||||
alias _top=`which top`
|
||||
alias _ps="/bin/ps"
|
||||
alias _dig=`which dig`
|
||||
alias _git=`which git`
|
||||
alias _readlink=`which readlink`
|
||||
alias _git=`which git`
|
||||
if command -v $(brew --prefix)/bin/git &>/dev/null; then
|
||||
alias _git=$(brew --prefix)/bin/git
|
||||
fi
|
||||
|
||||
# Aliases
|
||||
alias cat='bat '
|
||||
|
@ -29,8 +29,8 @@ sudo chmod -R 755 /usr/local/share/zsh/site-functions
|
||||
|
||||
# Install tools
|
||||
BREW_TOOLS=(
|
||||
argocd bandwhich bat danielfoehrkn/switch/switch derailed/k9s/k9s dive doggo duf dust exa fd fzf
|
||||
git-delta go helm htop jq kind krew
|
||||
git argocd bandwhich bat danielfoehrkn/switch/switch derailed/k9s/k9s
|
||||
dive doggo duf dust exa fd fzf git-delta go helm htop jq kind krew
|
||||
kubectl kubectx kustomize node procs progress ripgrep rs/tap/curlie rust starship
|
||||
tektoncd/tools/tektoncd-cli tldr tailscale yq hashicorp/tap/vault
|
||||
tabby vale lastpass-cli jless macchina tz vmware-tanzu/carvel/kapp viddy
|
||||
|
Loading…
Reference in New Issue
Block a user