Lucien Cartier-Tilet 9cfa1c1ac4
[Emacs] Code style, prompt fix for Eshell
A bug was introduced in b97bbf8 with the fix for Eshell, where the
abbreviated path was not used anymore. This commit fixes it.

This commit also introduces the new macro `phundrak/var-or-if-nil'
which is documented in the code. It has replaced some code already.

The coding style of some recent functions have been updated too,
arguments names now begin with a dollar `$' sign. This is just stylistic
and it has no influence on the code whatsoever.

Finally, some nested `if's in `phundrak/abbr-pwd' were converted in a
single `cond', which led to renaming two variables in order to avoid a
collision between the variable and the function `push' – `pull' has been
renamed accordingly.
2020-10-22 12:50:05 +02: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
2020-08-22 16:07:04 +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/config.phundrak.com/src/commit/9cfa1c1ac4144bc70d37b087d0b2fd98b83131a3/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/config.phundrak.com/src/commit/9cfa1c1ac4144bc70d37b087d0b2fd98b83131a3/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
My dotfiles in a literate config style
https://config.phundrak.com
Readme 29 MiB
Languages
Org 99.5%
Emacs Lisp 0.4%