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 if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc" . "$HOME/.bashrc"
else 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 fi
### Set PATH and install latest Node.js version via Volta ### Set PATH and install latest Node.js version via Volta
export PATH="$VOLTA_HOME/bin:$PATH" export PATH="$VOLTA_HOME/bin:$PATH"
logg 'Installing node via volta' logg info 'Installing node via volta'
volta install node@latest volta install node@latest
else else
logg warn 'volta needs to be installed' logg warn 'volta needs to be installed'

View file

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