diff --git a/package.json b/package.json index 00b33302..0fd3f570 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ } }, "scripts": { + "setup": "./script/setup", "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", diff --git a/script/setup b/script/setup new file mode 100755 index 00000000..96f1a30a --- /dev/null +++ b/script/setup @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +# This is a setup script for computers with only brew & asdf installed +brew install gpg +brew install gnu-tar +asdf plugin add nodejs +asdf plugin add ruby +asdf plugin add yarn +asdf install +asdf install yarn # for whatever reason the command above does not necessarily work +yarn