diff --git a/color-preview.sh b/color-preview.sh deleted file mode 100755 index c3db311..0000000 --- a/color-preview.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/env bash -b=$'\033[1m' d=$'\033[2m' g=$'\033[32m' c=$'\033[36m' y=$'\033[33m' r=$'\033[0m' - -echo "" -echo " ┌── CLI installer (curl | bash) ──────────────┐" -echo "" -echo " ${b}🐾 toes cli${r}" -echo " ${d}─────────────────────────────${r}" -echo "" -echo " ${d}Fetching macos/arm64...${r}" -echo " ${g}Installed to${r} ${b}/Users/chris/.local/bin/toes${r}" -echo "" -echo " ${y}Add /Users/chris/.local/bin to your \$PATH, then:${r}" -echo " Run ${c}toes${r} to get started." -echo "" -echo "" -echo " ┌── After deploy ─────────────────────────────┐" -echo "" -echo " ${b}${g}🐾 Deployed${r} to ${b}pi@toes.local${r}" -echo " ${d}─────────────────────────────${r}" -echo "" -echo " Dashboard: ${c}http://toes.local${r}" -echo "" -echo " ${d}Grab the CLI:${r}" -echo " ${c}curl -fsSL http://toes.local/install | bash${r}" -echo "" -echo "" -echo " ┌── After server install ─────────────────────┐" -echo "" -echo " ${d}╔══════════════════════════════════╗${r}" -echo " ${d}║${r} ${b}🐾 toes${r} ${d}- personal web appliance ║${r}" -echo " ${d}╚══════════════════════════════════╝${r}" -echo "" -echo " ${d}>>${r} Updating system packages" -echo " ${d}>>${r} Installing bun" -echo " ${d}>>${r} Building" -echo "" -echo " ${b}${g}🐾 toes abc1234 is up!${r}" -echo " ${d}─────────────────────────────${r}" -echo "" -echo " Dashboard: ${c}http://toes.local${r}" -echo "" -echo " ${d}Grab the CLI:${r}" -echo " ${c}curl -fsSL http://toes.local/install | bash${r}" -echo ""