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 30ddb3067c
[Emacs] Add doc, config, reorganize code, update org-mode sources
There no longer is a big code block at the beginning of the basic
configuration paragraph. It is now all documented.

Dired is also much more customized, with its configuration fully
documented.

Parinfer and Evil-surround were also added to the list

Custom PATH was removed since it caused some serious issues with Emacs
not finding required binaries. It seems this was only needed at a
certain point in my Spacemacs config, and it is no longer needed in
either Spacemacs nor my current config.

Some preliminary work with EXWM has been done, though I am still not
sure if I’ll ever use it as my main WM (I’m currently also taking a
look at StumpWM).

Bufler was added to my packages for managing my buffers.

Org-mode moved `org-plus-contrib' out of the main repo, and it is now
a separate package, `org-contrib'. I now also follow the git version
of org-mode (it is no longer managed by my system’s package manager).
2021-06-09 17:42:11 +02:00
.config [Emacs] Add doc, config, reorganize code, update org-mode sources 2021-06-09 17:42:11 +02:00
.emacs.d@ef82118824 [Emacs] Revert commit ac0e5b38ff, update gitmodules 2021-05-26 14:38:26 +02:00
.emacs.doom@6c2ff3791a [Emacs] Add Spacemacs as submodule, update DoomEmacs 2021-05-26 14:25:17 +02:00
.emacs.spacemacs@5ef4960d46 [Emacs] Add Spacemacs as submodule, update DoomEmacs 2021-05-26 14:25:17 +02:00
.emacs.vanilla Add vanilla Emacs configuration file 2021-05-21 13:59:48 +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 [Misc] Update private files 2021-04-25 11:21:17 +02:00
Documents/code/AUR [AUR] Update PKGBUILD versions 2021-05-27 13:43:41 +02:00
dev reorganized files 2019-09-26 20:49:23 +02:00
fromGIT [Submodule] Update firefox theme, move repo 2021-01-21 14:33:25 +01:00
org/config [Emacs] Add doc, config, reorganize code, update org-mode sources 2021-06-09 17:42:11 +02:00
.drone.yml [CI] Limit builds to master branch 2020-09-03 13:19:06 +02:00
.gitattributes initial commit for new repo 2019-07-21 03:27:31 +02:00
.gitconfig [git] Tabs to spaces 2021-05-21 14:10:15 +02:00
.gitmodules [Emacs] Revert commit ac0e5b38ff, update gitmodules 2021-05-26 14:38:26 +02:00
.spacemacs update Chemacs, fix org config for Spacemacs 2021-05-21 13:57:06 +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
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
export.el [CI] Use lighter Emacs image, remove validation links in HTML 2020-09-03 12:52:27 +02:00

README.org

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/30ddb3067cb126b407069debdee39ba1d7644f9b/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/30ddb3067cb126b407069debdee39ba1d7644f9b/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.