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 2f80220f88
[Emacs] Banner fix, better mu4e display, neater code
Banner broke with memory filled by only a couple hundreds megabytes of
memory, the amount displayed was too large for what was reserved. More
space is now dedicated to displaying such numbers, and the ramp is thus
a bit shorter.

Mu4e header is now only 80 chars wide by default, regardless on the
width of the current frame.

Some code is now also better aligned, some whitespace was left from
earlier configuration that did not make it into the git repository
2020-12-19 17:31:20 +01:00
.config [Mimeapps] Add association for CSV to LibreOffice Calc 2020-12-19 17:22:40 +01: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 [Desktop files] Change optirun to prime-run, add OWM desktop file 2020-09-17 12:29:44 +02:00
.mozilla/firefox/lruehqec.default [Firefox] updated theme submodule 2020-09-12 12:24:40 +02:00
dev reorganized files 2019-09-26 20:49:23 +02:00
org/config [Emacs] Banner fix, better mu4e display, neater code 2020-12-19 17:31:20 +01:00
.drone.yml [CI] Limit builds to master branch 2020-09-03 13:19:06 +02:00
.emacs.d [Encrypted files, symlink] Move encrypted file and symlink target 2020-10-14 18:39:48 +02:00
.gitattributes initial commit for new repo 2019-07-21 03:27:31 +02:00
.gitconfig [Git] Go back to default branch name 2020-10-25 11:26:21 +01:00
.gitmodules [Emacs] Move back code from custom layer to config for Dired 2020-12-07 17:39:33 +01:00
.spacemacs [Emacs] dotspacemacs update 2020-12-19 17:23:51 +01: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
export.el [CI] Use lighter Emacs image, remove validation links in HTML 2020-09-03 12:52:27 +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 test badge readme 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/2f80220f88955e72cc39d4b9da3f47cf770a1341/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/2f80220f88955e72cc39d4b9da3f47cf770a1341/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.