diff --git a/src/content/packages.md b/src/content/packages.md index 8754a3b..f7efa18 100644 --- a/src/content/packages.md +++ b/src/content/packages.md @@ -1,5 +1,5 @@ --- -title: "Package Vault" +title: "Pantry" Description: "Browse our packages" layout: "packages" menu: main diff --git a/src/layouts/index.html b/src/layouts/index.html index 574b248..e467c51 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -608,11 +608,11 @@
-
+

If you want tea’s shell magic, use the installer:

-
+
@@ -626,7 +626,55 @@
-
+
+
+ + + + +

This will confirm before setting up ~/.tea and adding to your ~/.shellrc. Our one-liner even abstracts installing tea itself:

@@ -644,7 +692,10 @@
-
+
+
+ +

This way, you don't need to start with "how to install tea" in your tutorials and blog posts. The installer also updates tea. If you hate installers, use brew:

@@ -662,6 +713,9 @@
+
+
+

You can also install tea through GitHub Actions:

@@ -695,6 +749,9 @@ animation: none !important; margin-bottom: 0 !important; } + .term-lead{ + border: 2px solid #00ffd0; + }