Compare commits

..

2 Commits

Author SHA1 Message Date
1aa3722c02
Added find-empty-dirs
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-09-18 11:25:31 +01:00
53f6c16cf3
Added more mac apps
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-09-18 11:18:44 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,7 @@ 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,7 +37,10 @@ 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 )
MAC_BREW_TOOLS=(
pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font
keepingyouawake hiddenbar
)
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )
KREW_TOOLS=( gs outdated tree stern )