aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-04-04 13:58:56 -0400
committerBradley Taunt <bt@btxx.org>2025-04-04 13:58:56 -0400
commit9024fc1f2601fe246e9346e7460092fb35cbf76f (patch)
tree38cc354a678e94203e14bdd926a9b591dd9d7884
parent3ff7a80dc27875e4a37c5e86382f6332e7f87074 (diff)
Pushing WIP content
-rw-r--r--index.md14
-rw-r--r--public/index.html18
2 files changed, 18 insertions, 14 deletions
diff --git a/index.md b/index.md
index 899d954..d2c943b 100644
--- a/index.md
+++ b/index.md
@@ -125,16 +125,18 @@ This is called the "workspace pager" or "pager". Each section represents an indi
You can also navigate around using the <kbd>Ctl</kbd> + <kbd>&uarr;</kbd><kbd>&rarr;</kbd><kbd>&darr;</kbd><kbd>&larr;</kbd> keys.
+## Playing with Default Packages
+
## Additional Packages
-- aerc
-- Firefox
-- ffmpeg
-- picom
+I would suggest the following packages once you feel like installing "additional", non-base software:
-## Configs
+- aerc (email client)
+- Firefox (browser)
+- ffmpeg (media player/converter)
+- picom (composer)
-Okay, I *know* I said there wouldn't be any configs included in this guide. Frankly, you should be having zero problems working with all those defaults now that you've run through this guide! BUT - I wanted to include some *very minor* configuration tweaks that might make things a little more intuitive for newcomers. Feel free to ignore these entirely!
+These can be installed by running `doas pkg_add <package>` in the terminal.
## Support OpenBSD
diff --git a/public/index.html b/public/index.html
index 1a89d97..4fce7b3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -30,8 +30,8 @@
</li>
<li><a href="#loginmanager">Login Manager</a></li>
<li><a href="#thefirstreallogin">The First <em>Real</em> Login</a></li>
+<li><a href="#playingwithdefaultpackages">Playing with Default Packages</a></li>
<li><a href="#additionalpackages">Additional Packages</a></li>
-<li><a href="#configs">Configs</a></li>
<li><a href="#supportopenbsd">Support OpenBSD</a></li>
<li><a href="#contributetoopenbased">Contribute to OpenBASED</a></li>
</ul>
@@ -166,18 +166,20 @@ rcctl start apmd
<p>You can also navigate around using the <kbd>Ctl</kbd> + <kbd>&uarr;</kbd><kbd>&rarr;</kbd><kbd>&darr;</kbd><kbd>&larr;</kbd> keys.</p>
+<h2 id="playingwithdefaultpackages">Playing with Default Packages</h2>
+
<h2 id="additionalpackages">Additional Packages</h2>
+<p>I would suggest the following packages once you feel like installing &#8220;additional&#8221;, non-base software:</p>
+
<ul>
-<li>aerc</li>
-<li>Firefox</li>
-<li>ffmpeg</li>
-<li>picom</li>
+<li>aerc (email client)</li>
+<li>Firefox (browser)</li>
+<li>ffmpeg (media player/converter)</li>
+<li>picom (composer)</li>
</ul>
-<h2 id="configs">Configs</h2>
-
-<p>Okay, I <em>know</em> I said there wouldn&#8217;t be any configs included in this guide. Frankly, you should be having zero problems working with all those defaults now that you&#8217;ve run through this guide! BUT - I wanted to include some <em>very minor</em> configuration tweaks that might make things a little more intuitive for newcomers. Feel free to ignore these entirely!</p>
+<p>These can be installed by running <code>doas pkg_add &lt;package&gt;</code> in the terminal.</p>
<h2 id="supportopenbsd">Support OpenBSD</h2>