Browse Source

Update host config

main
parent
commit
b370929420
  1. 18
      hosts/raspberry.org
  2. 14
      hosts/virtualbox.org

18
hosts/raspberry.org

@ -8,13 +8,11 @@
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
*Raspberry Pi 400*[fn:1] personal computer, and a small fleet of *Zero*[fn:2], *Zero WH*[fn:3], *4*[fn:4], and *4B's*[fn:5].
Emacs running via Rasbian[fn:1] on a Raspberry Pi 400[fn:2], and a small fleet of Zero and Zero WH[fn:3] machines.
* Options
* Config
+ Set the browser manually
+ Set the language to Canadian english
+ Increase the font size for small screens
Configure the pre-packaged ~chromium-browser~[fn:4] as the default system browser, override the dictionary with Canadian english, and increase the font size to accomodate the smaller screen.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq dotfiles/browser "chromium-browser" (setq dotfiles/browser "chromium-browser"
@ -24,12 +22,10 @@
* Footnotes * Footnotes
[fn:1] DEFINITION NOT FOUND.
[fn:1] https://raspbian.org
[fn:2] DEFINITION NOT FOUND.
[fn:2] https://www.raspberrypi.org/products/raspberry-pi-400/
[fn:3] DEFINITION NOT FOUND.
[fn:3] https://www.raspberrypi.org/blog/zero-wh/
[fn:4] DEFINITION NOT FOUND.
[fn:5] DEFINITION NOT FOUND.
[fn:4] https://pimylifeup.com/raspberry-pi-chromium-browser/

14
hosts/virtualbox.org

@ -8,12 +8,11 @@
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
The first configuration, built in the pit of evil on a Windows 10 host **gasps**. I opted for *easy mode* when creating this host and based it on the *Ubuntu 20.04 LTS Server Edition*[fn:1]. Future versions may see this abandoned for *Alpine Linux*[fn:2]
Emacs running via Ubuntu[fn:1] and VirtualBox[fn:2]
* Options
* Config
+ Set the browser manually
+ Set the language to Canadian english
Configure ~firefox~[fn:3] as the system browser, and set override the dictionary with Canadian english for writing school assignments.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq dotfiles/browser "firefox" (setq dotfiles/browser "firefox"
@ -22,6 +21,9 @@ The first configuration, built in the pit of evil on a Windows 10 host **gasps**
* Footnotes * Footnotes
[fn:1] Ubuntu 20.04 LTS Server
[fn:1] https://ubuntu.com
[fn:2] https://virtualbox.com
[fn:3] https://firefox.com
[fn:2] Alpine Linux
Loading…
Cancel
Save