Christopher James Hayward
4 years ago
10 changed files with 705 additions and 0 deletions
-
14hosts/acernitro.el
-
10hosts/localhost.el
-
12hosts/raspberry.el
-
11hosts/virtualbox.el
-
62modules/core.el
-
73modules/desktop.el
-
139modules/editor.el
-
126modules/interface.el
-
129modules/projects.el
-
129modules/writing.el
@ -1,3 +1,17 @@ |
|||
;; Acernitro |
|||
;; :PROPERTIES: |
|||
;; :header-args: :tangle hosts/acernitro.el |
|||
;; :END: |
|||
|
|||
;; The first machine with real hardware to deploy this configuration to. It's an Acer Nitro AN-515 with the NVIDIA / Intel hybrid graphics card. Due to the issues I encountered with this hardware setup, I again opted to install Ubuntu 20.04, and stripped away the components I don't need. |
|||
|
|||
;; + Set the browser manually |
|||
;; + Set the language to Canadian english |
|||
;; + Increase font size for high DPI screen |
|||
|
|||
;; Configure the browser. |
|||
|
|||
|
|||
(setq dotfiles/browser "firefox" |
|||
dotfiles/language "en_CA" |
|||
dotfiles/font-size 132) |
@ -1 +1,11 @@ |
|||
;; Termux |
|||
;; :PROPERTIES: |
|||
;; :header-args: :tangle hosts/localhost.el |
|||
;; :END: |
|||
|
|||
;; Android devices do not use the Linux host names, so setting a custom hostname is pointless as it just changes the value of ~kernel.hostname~ and have no impact on the running system. It's recommended to leave the hostname as =localhost= in Termux. While this raises an issue with my host definition system, it's no more of an issue than the =rasberry= namespace. |
|||
|
|||
;; + Increase font size for small screen |
|||
|
|||
|
|||
(setq dotfiles/font-size 132) |
@ -1,3 +1,15 @@ |
|||
;; Raspberry |
|||
;; :PROPERTIES: |
|||
;; :header-args: :tangle hosts/raspberry.el |
|||
;; :END: |
|||
|
|||
;; Raspberry Pi 400 personal computer, and a small fleet of Zero, Zero WH, 4, and 4Bs. |
|||
|
|||
;; + Set the browser manually |
|||
;; + Set the language to Canadian english |
|||
;; + Increase font size for small screens |
|||
|
|||
|
|||
(setq dotfiles/browser "chromium-browser" |
|||
dotfiles/language "en_CA" |
|||
dotfiles/font-size 132) |
@ -1,2 +1,13 @@ |
|||
;; Virtualbox |
|||
;; :PROPERTIES: |
|||
;; :header-args: :tangle hosts/virtualbox.el |
|||
;; :END: |
|||
|
|||
;; The first configuration, built using the Ubuntu 20.04 LTS server edition. |
|||
|
|||
;; + Set the browser manually |
|||
;; + Set the language to Canadian english |
|||
|
|||
|
|||
(setq dotfiles/browser "firefox" |
|||
dotfiles/language "en_CA") |
Write
Preview
Loading…
Cancel
Save
Reference in new issue