File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ if [[ "$INSTALLED_NODE_MAJOR" -lt "$REQUIRED_NODE_MAJOR" ||
17
17
(" $INSTALLED_NODE_MAJOR " -eq " $REQUIRED_NODE_MAJOR " && " $INSTALLED_NODE_MINOR " -lt " $REQUIRED_NODE_MINOR " ) ||
18
18
(" $INSTALLED_NODE_MAJOR " -eq " $REQUIRED_NODE_MAJOR " && " $INSTALLED_NODE_MINOR " -eq " $REQUIRED_NODE_MINOR " && " $INSTALLED_NODE_PATCH " -lt " $REQUIRED_NODE_PATCH " ) ]]; then
19
19
sh ./setup.sh
20
-
21
20
node_version=$( exec $SHELL -l -c " source ~/.zshrc; tea +nodejs.org'=$REQUIRED_NODE_VERSION ' >/dev/null 2>&1; tea +nodejs.org'=$REQUIRED_NODE_VERSION ' node -v" )
22
21
pnpm_version=$( exec $SHELL -c " source ~/.zshrc; tea >/dev/null 2>&1; pnpm -v" )
23
22
echo " Stacks Managed"
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ gum_func() {
252
252
}
253
253
254
254
welcome () {
255
- gum_func format -- << -EoMD
255
+ gum_func format --theme= " dracula " -- << -EoMD
256
256
# hi 👋 let’s set up stacks
257
257
258
258
* stacks uses tea to manage your environments
You can’t perform that action at this time.
0 commit comments