I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christopher James Hayward ce408b02d8 Update README.org 4 years ago
bin Update dotfiles script 4 years ago
config Update modules 4 years ago
docs Finish module upgrade 4 years ago
elisp Finish module upgrade 4 years ago
hosts Decrease font size 4 years ago
modules Finish module upgrade 4 years ago
.gitattributes Add GPG handling to attributes 4 years ago
.gitignore Update ignores 4 years ago
.gitmodules Move submodule 4 years ago
Dockerfile Add missing dependency 4 years ago
LICENSE Update README/LICENSE 4 years ago
README.org Update README.org 4 years ago
early-init.el Move startup code 4 years ago
init.el Cleanup README 4 years ago

README.org

Dotfiles

/chris/dotfiles/src/commit/ce408b02d8c4b34c2ebd5c9d44d6fa0240caa3e2/docs/images/desktop-example.png

DISCLAIMER

These dotfiles are undergoing a major re-write, use at your own caution!

Portable GNU/Emacs1 dotfiles. Built for Life, Liberty, and the Open Road.

  • 100% Reproducible

  • 100% Immutable

  • 100% Literate

Overview

These is my personal configuration(s) for GNU/Linux2, and GNU/Emacs1 software. It enables a consistent experience and computing environment across all of my machines. The entire experience is controlled with GNU/Emacs1, leveraging it's capabilities for Literate Programming3.

;; This file is controlled by README.org
;; DO NOT MODIFY.

;; Load the host configuration.
(dotfiles/load-host system-name)

;; Load the enabled modules.
(dotfiles/load-modules dotfiles/modules)

Footnotes