Lucien Cartier-Tilet
09d9ba6446
When Emacs starts up, it verifies twice the state of its .el and .elc configuration files that come from emacs.org. If any of the .el file is older than emacs.org, the latter is tangled again. Then, if it detects any of the .elc file is older than its .el counterpart, it will byte-compile the latter. Tangling now happens within the launched Emacs instance and not in a separate instance. Nom all the orgmode configuration is done using noweb, and only one block is tangled. Some parts of the org configuration were reorganised to make the TOC a bit lighter. |
||
---|---|---|
.config | ||
.etc/ly | ||
.gnupg | ||
.local/share/applications | ||
.mozilla/firefox/lruehqec.default | ||
dev | ||
fromGIT/emacs-packages | ||
org/config | ||
.drone.yml | ||
.emacs.d | ||
.gitattributes | ||
.gitconfig | ||
.gitmodules | ||
.spacemacs | ||
.tmux.conf | ||
CODE_OF_CONDUCT.md | ||
export.el | ||
img | ||
LICENSE.md | ||
README.org |
Phundrak’s dotfiles
Presentation
This repository is where I keep most of my configuration files. With what is stored here, anyone can recreate a working desktop configuration similar to my daily one.
My dotfiles are managed by yadm, and although I don’t use its alternate files features (which is pretty neat btw), it allows me to painlessly manage my dotfiles right where they are and not in a separate Git repository somewhere with everything symlinked. Another advantage of yadm is it will automatically execute (with your authorization, of course) my homemade bootstrap when my dotfiles are cloned through yadm.
Where’s the config file for X?
As you may have noticed, I am striving for a 100% amount of configuration files exported from Org files, that is, through literary programming. This is still very much a work in progress though. Most of what you need can be found in my index.org file and in its folder.
Some more info please?
Everything you need to know is in my /phundrak/dotfiles/src/commit/09d9ba6446b3f141f47b82baa284abdb5a4be1a8/org/config folder, and my Org files are also available in web format on my website config.phundrak.com.
Neat, what’s the license?
All of my dotfiles (and my dotfiles only) are available under the GNU GPLv3 Licence. Please consult /phundrak/dotfiles/src/commit/09d9ba6446b3f141f47b82baa284abdb5a4be1a8/LICENCE.md for more information. In short: you are free to access, edit and redistribute all of my dotfiles under the same licence and as allowed by the licence, and if you fuck up something, it’s your own responsibility.