Lucien Cartier-Tilet 00d31c4597
[Emacs] setq to defvar, lexical binding, rename and move headers
All exported `.el' files now have a lexical-binding header. This should
make parsing these files faster.

Custom variables such as the Nord colors are now declared with `defvar'
rather than with `setq' directly to avoid using free variables.

The package `info-colors' is now added, making info pages much more
pleasing to the eye.

Some headers in the Org chapter are renamed and organized alphabetically

Additional org variables to make it more usable

Variable `phundrak//eshell-banner--max-length' is renamed to
`phundrak//eshell-banner--max-length-part' in order to make its usage
more obvious from its name.
2020-12-23 04:26:27 +01:00
2019-11-23 20:06:46 +01:00
2019-09-26 20:49:23 +02:00
2020-09-03 13:19:06 +02:00
2019-07-21 03:27:31 +02:00
2019-07-21 03:27:31 +02:00
img
2020-01-30 13:12:09 +01:00
2019-07-21 03:27:31 +02:00
2020-09-03 13:18:14 +02:00

Phundraks dotfiles

Presentation

https://drone.phundrak.com/api/badges/phundrak/dotfiles/status.svg

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 dont 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.

Wheres 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/00d31c4597a019a1767869d128cdb27debc63d3c/org/config folder, and my Org files are also available in web format on my website config.phundrak.com.

Neat, whats the license?

All of my dotfiles (and my dotfiles only) are available under the GNU GPLv3 Licence. Please consult /phundrak/dotfiles/src/commit/00d31c4597a019a1767869d128cdb27debc63d3c/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, its your own responsibility.

Description
Everything to get a working desktop with my config. Lots of Emacs stuff though, and lots of org-mode tangling.
https://config.phundrak.com Readme 130 MiB
Languages
Python 71.3%
Shell 16.3%
C 10%
CSS 2.3%
SCSS 0.1%