update plugins

This commit is contained in:
Owen LeJeune
2021-07-06 10:00:48 -04:00
parent f80f08daaf
commit 2d5db91437
8 changed files with 685 additions and 1 deletions

View File

@@ -26,3 +26,8 @@ alias hidefiles="defaults write com.apple.finder AppleShowAllFiles -bool false &
function rmdsstore() {
find "${@:-.}" -type f -name .DS_Store -delete
}
function softup() {
brewup
mas upgrade
}