dfm: tweaks

This commit is contained in:
Ismo Vuorinen
2022-12-29 10:39:05 +02:00
parent 6746fb5381
commit d29347236d

View File

@@ -14,7 +14,7 @@
SCRIPT=$(basename "$0") SCRIPT=$(basename "$0")
source "$HOME/.dotfiles/scripts/shared.sh" source "$DOTFILES/scripts/shared.sh"
function section_install function section_install
{ {
@@ -74,7 +74,7 @@ function section_brew
;; ;;
update) update)
brew update && brew outdated && brew upgrade && brew cleanup brew update && brew outdated && brew upgrade && brew cleanup
echo "🎉 Done!" msg_done "🎉 Done!"
;; ;;
updatebundle) updatebundle)
# Updates .dotfiles/Brewfile with descriptions # Updates .dotfiles/Brewfile with descriptions