1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

🚀 massive overhaul using zinit & starship

This commit is contained in:
2023-01-19 22:00:11 -05:00
parent 2f51d538a5
commit 5bcbf0afd1
37 changed files with 1317 additions and 4188 deletions

View File

@@ -3,8 +3,7 @@
set -euo pipefail
# fetch and install Volta (better nvm)
if ! command -v volta &> /dev/null
then
if ! command -v volta &>/dev/null; then
# curl https://get.volta.sh | bash -s -- --skip-setup
brew install volta
fi
@@ -30,8 +29,10 @@ packages=(
dtslint
dts-gen
esbuild
eslint
gzip-size-cli
json-server
markdownlint-cli2
netlify-cli
nodemon
np
@@ -58,4 +59,6 @@ for p in "${packages[@]}"; do
volta run --no-yarn -- npm install --global "$p" || echo "$p not found"
done
unset p packages
volta list all