diff options
author | Bradley Taunt <bt@btxx.org> | 2025-04-04 13:58:56 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-04-04 13:58:56 -0400 |
commit | 9024fc1f2601fe246e9346e7460092fb35cbf76f (patch) | |
tree | 38cc354a678e94203e14bdd926a9b591dd9d7884 /public | |
parent | 3ff7a80dc27875e4a37c5e86382f6332e7f87074 (diff) |
Pushing WIP content
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
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>↑</kbd><kbd>→</kbd><kbd>↓</kbd><kbd>←</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 “additional”, 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’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 <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 <package></code> in the terminal.</p> <h2 id="supportopenbsd">Support OpenBSD</h2> |