diff options
-rw-r--r-- | index.md | 14 | ||||
-rw-r--r-- | public/index.html | 18 |
2 files changed, 18 insertions, 14 deletions
@@ -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>↑</kbd><kbd>→</kbd><kbd>↓</kbd><kbd>←</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>↑</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> |