Compare commits
2 Commits
855c741b0b
...
1aa3722c02
Author | SHA1 | Date | |
---|---|---|---|
1aa3722c02 | |||
53f6c16cf3 |
@ -25,6 +25,7 @@ alias diff='delta'
|
|||||||
alias du='dust'
|
alias du='dust'
|
||||||
alias df='duf -hide special'
|
alias df='duf -hide special'
|
||||||
alias find='fd'
|
alias find='fd'
|
||||||
|
alias find-empty-dirs='fd --type empty --type directory'
|
||||||
alias bandwhich='sudo bandwhich'
|
alias bandwhich='sudo bandwhich'
|
||||||
alias top='btm'
|
alias top='btm'
|
||||||
alias ps='procs'
|
alias ps='procs'
|
||||||
|
@ -37,7 +37,10 @@ BREW_TOOLS=(
|
|||||||
homeassistant-cli act dnsmasq gh kubebuilder golangci-lint
|
homeassistant-cli act dnsmasq gh kubebuilder golangci-lint
|
||||||
)
|
)
|
||||||
# Brew tools only available / needed on Mac
|
# 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 )
|
CARGO_TOOLS=( bottom )
|
||||||
NODE_TOOLS=( git-split-diffs )
|
NODE_TOOLS=( git-split-diffs )
|
||||||
KREW_TOOLS=( gs outdated tree stern )
|
KREW_TOOLS=( gs outdated tree stern )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user