Everything to get a working desktop with my config. Lots of Emacs stuff though, and lots of org-mode tangling. https://config.phundrak.com
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lucien Cartier-Tilet fb86be08b7
continuous-integration/drone/push Build is passing Details
[Readme] Update and add badges
1 year ago
.config [Bootstrap] Update bootstrap to current config 1 year ago
.local/share/yadm [desktop, Org] Add desktop.org, remove .desktop files 1 year ago
Documents/code/PKGBUILDs [PKGBUILD] version bump for sxiv and Emacs 1 year ago
dev reorganized files 4 years ago
org [Emacs] Fix org-mode keybind 1 year ago
.drone.yml [Drone] Change Docker image to pure alpine image 1 year ago
.gitattributes initial commit for new repo 4 years ago
.gitconfig [Git] Make Delta my default git diff viewer 2 years ago
.gitmodules Remove Spacemacs and Chemacs submodules 1 year ago
.tmux.conf Updated symlink to tmux configuration 3 years ago
CODE_OF_CONDUCT.md initial commit for new repo 4 years ago
LICENSE.md initial commit for new repo 4 years ago
README.org [Readme] Update and add badges 1 year ago
export.el [Misc] Exporter no longer generates backup files 1 year ago

README.org

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/fb86be08b76c0d1238bece5d3ee77a47d1ec0c77/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/fb86be08b76c0d1238bece5d3ee77a47d1ec0c77/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.