Removed asdf from Homebrew installs and modified logs in ZX

This commit is contained in:
Brian Zalewski 2023-11-05 03:11:50 +00:00
parent 523ead0cc4
commit cd08285275
2 changed files with 2 additions and 3 deletions

View file

@ -61,12 +61,12 @@ if command -v volta > /dev/null; then
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
else
logg warn 'Could not find ~/.bashrc to source the results of volta setup from'
logg info 'Could not find ~/.bashrc to source the results of volta setup from'
fi
### Set PATH and install latest Node.js version via Volta
export PATH="$VOLTA_HOME/bin:$PATH"
logg 'Installing node via volta'
logg info 'Installing node via volta'
volta install node@latest
else
logg warn 'volta needs to be installed'

View file

@ -12,7 +12,6 @@ if OS.mac?
brew "m-cli"
end
brew "age"
brew "asdf"
brew "glow"
brew "gnupg"
brew "go"