Removed asdf from Homebrew installs and modified logs in ZX
This commit is contained in:
parent
523ead0cc4
commit
cd08285275
2 changed files with 2 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -12,7 +12,6 @@ if OS.mac?
|
|||
brew "m-cli"
|
||||
end
|
||||
brew "age"
|
||||
brew "asdf"
|
||||
brew "glow"
|
||||
brew "gnupg"
|
||||
brew "go"
|
||||
|
|
Loading…
Reference in a new issue