Lucien Cartier-Tilet
b115f6cd8c
Updated some paths after the Emacs configuration directory was moved Some variables in my dotspacemacs were renamed in order to follow the Spacemacs coding style with a ~//~ used for marking private variables, and I prefixed their name with ~dotspacemacs-~ in order to avoid any collision with other packages or configuration I write. Added back M-« and M-» in order to fix the M-< and M-> shortcuts issue with the bépo layout. |
||
---|---|---|
.config | ||
.etc/ly | ||
.gnupg | ||
.local/share/applications | ||
dev | ||
org/config | ||
.emacs.d | ||
.gitattributes | ||
.gitconfig | ||
.gitmodules | ||
.spacemacs | ||
.tmux.conf | ||
CODE_OF_CONDUCT.md | ||
img | ||
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, but so far I achieved this for the following configuration files:
- Email signature (not very hard I must admit) (/phundrak/dotfiles/src/commit/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/org/config/index.org)
.gitignore_global
(not very hard either) (/phundrak/dotfiles/src/commit/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/org/config/index.org).rustfmt.toml
(/phundrak/dotfiles/src/commit/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/org/config/index.org)- My Xresources file (/phundrak/dotfiles/src/commit/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/org/config/index.org)
- My custom scripts
- My fish config
- My i3 config
- The installation bootstrap
- My nano config
- My Polybar config
- My Emacs (Spacemacs) config
- And finally my Tmux config
Some more info please?
Everything you need to know is in my /phundrak/dotfiles/src/commit/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/org/config folder, and my Org files are also available in web format on my website phundrak.com/config.
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/b115f6cd8c4ae3c0fe431b022b1bc2d8ffb6e403/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.