Lucien Cartier-Tilet
22bbd61ed1
Some modules loaded in init.lisp are instead loaded in modeline.lisp, as it makes more sense. Update modeline’s format. Update groups’ number and name, they now have an actual name and visible purpose. Their definition is also made at the same time as the definition of the windows linked to these groups, generated by different Elisp code blocks but from the same table. Used fonts are also updated, loading more than one doesn’t seem to have an effect. This commit also adds a comment on OTF fonts. More keybinds and keymaps are now defined through tables to make them more readable and easier to maintain. Some keybinds are removed to make more sense between my Emacs keybinds and keychords and StumpWM’s. Some move from window keychords to buffer keychords. Some Elisp functions are hidden in a dedicated noexport heading. |
||
---|---|---|
.config | ||
.emacs.d@ef82118824 | ||
.emacs.doom@f9b47ed38a | ||
.emacs.spacemacs@65121ddd30 | ||
.emacs.vanilla | ||
.etc/ly | ||
.gnupg | ||
.local/share | ||
dev | ||
Documents/code/AUR | ||
fromGIT | ||
org/config | ||
.drone.yml | ||
.gitattributes | ||
.gitconfig | ||
.gitmodules | ||
.spacemacs | ||
.tmux.conf | ||
CODE_OF_CONDUCT.md | ||
export.el | ||
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/22bbd61ed194e3f883af3025e417c2444c401f1e/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/22bbd61ed194e3f883af3025e417c2444c401f1e/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.