Skip to content

Commit a2b6c81

Browse files
committed
chore: wip
1 parent d211dac commit a2b6c81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.stacks/scripts/ensure.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if [[ "$INSTALLED_NODE_MAJOR" -lt "$REQUIRED_NODE_MAJOR" ||
1717
("$INSTALLED_NODE_MAJOR" -eq "$REQUIRED_NODE_MAJOR" && "$INSTALLED_NODE_MINOR" -lt "$REQUIRED_NODE_MINOR") ||
1818
("$INSTALLED_NODE_MAJOR" -eq "$REQUIRED_NODE_MAJOR" && "$INSTALLED_NODE_MINOR" -eq "$REQUIRED_NODE_MINOR" && "$INSTALLED_NODE_PATCH" -lt "$REQUIRED_NODE_PATCH") ]]; then
1919
sh ./setup.sh
20-
2120
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")
2221
pnpm_version=$(exec $SHELL -c "source ~/.zshrc; tea >/dev/null 2>&1; pnpm -v")
2322
echo " Stacks Managed"

.stacks/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ gum_func() {
252252
}
253253

254254
welcome() {
255-
gum_func format -- <<-EoMD
255+
gum_func format --theme="dracula" -- <<-EoMD
256256
# hi 👋 let’s set up stacks
257257
258258
* stacks uses tea to manage your environments

0 commit comments

Comments
 (0)