Compare commits

..

No commits in common. "1aa3722c02aef9ebc5138aefcc8abb8bfa67a798" and "855c741b0b23c9cf937a0123ef7982a26e965037" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -25,7 +25,6 @@ alias diff='delta'
alias du='dust'
alias df='duf -hide special'
alias find='fd'
alias find-empty-dirs='fd --type empty --type directory'
alias bandwhich='sudo bandwhich'
alias top='btm'
alias ps='procs'

View File

@ -37,10 +37,7 @@ BREW_TOOLS=(
homeassistant-cli act dnsmasq gh kubebuilder golangci-lint
)
# Brew tools only available / needed on Mac
MAC_BREW_TOOLS=(
pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font
keepingyouawake hiddenbar
)
MAC_BREW_TOOLS=( pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font )
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )
KREW_TOOLS=( gs outdated tree stern )