Everything to get a working desktop with my config. Lots of Emacs stuff though, and lots of org-mode tangling. https://config.phundrak.com
Go to file
Lucien Cartier-Tilet 69dc8c7d7c
[Emacs] Change font to DejaVu Sans Mono, better mu4e visual config
This commit changes the font of Emacs from Fantasque Sans Mono to
DejaVu Sans Mono. The latter has a better support for the
International Phonetic Alphabet (IPA) than the former. Font size is
also adjusted.

In the mu4e header view, the width of the header view when a message
is opened is now better handled since it will be calculated
accordingly to the frame and not the window. In Emacs, the frame is
actually what we commonly call a window, and a window is the area in
which buffers are displayed (damn this pre-GUI terminology in Emacs).
There is a bug with Emacs launched as a server though: since it is
launched as a headless service at first, the edited code cannot know
what the size of the frame will be, so the user will have to
re-evaluate this code snippet once the first frame is created, or when
the frame is resized and the user wishes to see this value updated.

A possible fix for this could be to hook this evaluation to when a
message is opened instead of when Emacs spins up.
2020-09-02 13:35:04 +02:00
.config [Emacs] Yasnippet snippets are now tangled from spacemacs.org 2020-09-02 13:26:50 +02:00
.etc/ly don’t use xinit anymore, replaced with ly display manager 2019-10-20 19:54:16 +02:00
.gnupg added gpg configuration file 2019-11-23 20:06:46 +01:00
.local/share/applications Fixed launcher for Flowscape, I use optirun, not prime-run 2020-08-22 16:07:22 +02:00
.mozilla/firefox/lruehqec.default Remove unused parts, updated my theme 2020-08-22 16:46:33 +02:00
dev reorganized files 2019-09-26 20:49:23 +02:00
org/config [Emacs] Change font to DejaVu Sans Mono, better mu4e visual config 2020-09-02 13:35:04 +02:00
.emacs.d added symlink for Emacs configuration directory 2020-02-15 22:23:49 +01:00
.gitattributes initial commit for new repo 2019-07-21 03:27:31 +02:00
.gitconfig Changed default branch name for Git 2020-08-22 16:07:04 +02:00
.gitmodules [Nano, Dunst] Remove config for Dunst, remove submodule for Nano 2020-08-29 00:31:18 +02:00
.spacemacs [Emacs] Remove unused code, reorganize file, add configuration 2020-08-28 16:15:46 +02:00
.tmux.conf Updated symlink to tmux configuration 2020-03-25 12:32:33 +01:00
CODE_OF_CONDUCT.md initial commit for new repo 2019-07-21 03:27:31 +02:00
img Moved org files, added proper README 2020-01-30 13:12:09 +01:00
LICENSE.md initial commit for new repo 2019-07-21 03:27:31 +02:00
README.org [README] Update links 2020-08-29 00:37:10 +02:00

Phundraks 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 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/69dc8c7d7cafa2d07aafa1c754ed75311c88b9e5/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/69dc8c7d7cafa2d07aafa1c754ed75311c88b9e5/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.