1
0
Fork 0

macos: pull dotfiles when running the update-macos.sh script

This commit is contained in:
Pratham Patel 2023-08-31 15:35:14 +05:30
parent 429b6d02b8
commit f7780664b6
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -xeu
function ensure_installed_formulas() {
brew install --formula \
aria2 \
@ -112,6 +114,7 @@ if ! command -v rustup > /dev/null; then
--profile default
fi
bash "${HOME}/.local/scripts/other-common-scripts/dotfiles-pull.sh"
brew analytics off
brew update --force # upgrade homebrew itself
ensure_installed_formulas