2020-01-16 19:15:14 +00:00
|
|
|
|
#+TITLE: Phundrak’s dotfiles
|
2020-01-30 12:12:09 +00:00
|
|
|
|
#+AUTHOR: Lucien Cartier-Tilet
|
|
|
|
|
#+EMAIL: lucien@phundrak.com
|
|
|
|
|
#+CREATOR: Lucien Cartier-Tilet
|
|
|
|
|
#+LANGUAGE: en
|
|
|
|
|
#+OPTIONS: auto-id:t H:4 broken_links:mark email:t ^:{}
|
|
|
|
|
#+KEYWORDS: dotfiles linux emacs configuration phundrak drakpa
|
2020-01-16 19:15:14 +00:00
|
|
|
|
|
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
|
|
|
:PROPERTIES:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
:CUSTOM_ID: h-8044ee9a-2ee8-4d52-bad1-666c41a2a6a6
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:END:
|
|
|
|
|
- [[#presentation][Presentation]]
|
2020-01-30 12:12:09 +00:00
|
|
|
|
- [[#wheres-the-config-file-for-x][Where’s the config file for X?]]
|
|
|
|
|
- [[#some-more-info-please][Some more info please?]]
|
|
|
|
|
- [[#neat-whats-the-license][Neat, what’s the license?]]
|
2020-01-16 19:15:14 +00:00
|
|
|
|
|
|
|
|
|
* Presentation
|
|
|
|
|
:PROPERTIES:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
:CUSTOM_ID: h-fbbf65b3-bf05-4466-80fb-b8f3d3094e47
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:END:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
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 [[https://yadm.io/][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?
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:PROPERTIES:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
:CUSTOM_ID: h-42508121-fe51-48bb-bd22-9f8894902789
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:END:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
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) ([[file:org/config/index.org]])
|
|
|
|
|
- ~.gitignore_global~ (not very hard either) ([[file:org/config/index.org]])
|
|
|
|
|
- ~.rustfmt.toml~ ([[file:org/config/index.org]])
|
|
|
|
|
- My Xresources file ([[file:org/config/index.org]])
|
|
|
|
|
- [[file:org/config/bin.org][My custom scripts]]
|
|
|
|
|
- [[file:org/config/fish.org][My fish config]]
|
|
|
|
|
- [[file:org/config/i3.org][My i3 config]]
|
|
|
|
|
- [[file:org/config/installation.org][The installation bootstrap]]
|
|
|
|
|
- [[file:org/config/nano.org][My nano config]]
|
|
|
|
|
- [[file:org/config/polybar.org][My Polybar config]]
|
|
|
|
|
- [[file:org/config/polybar.org][My Emacs (Spacemacs) config]]
|
|
|
|
|
- And finally [[file:org/config/tmux.org][my Tmux config]]
|
|
|
|
|
|
|
|
|
|
* Some more info please?
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:PROPERTIES:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
:CUSTOM_ID: h-2b8488ed-8a5c-4292-ac4f-e47b7009c496
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:END:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
Everything you need to know is in my [[file:org/config/]] folder, and my Org files
|
|
|
|
|
are also available in web format on my website [[https://phundrak.com/config][phundrak.com/config]].
|
2020-01-16 19:15:14 +00:00
|
|
|
|
|
2020-01-30 12:12:09 +00:00
|
|
|
|
* Neat, what’s the license?
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:PROPERTIES:
|
2020-01-30 12:12:09 +00:00
|
|
|
|
:CUSTOM_ID: h-fc461244-3932-4680-88bc-73dc5e175213
|
2020-01-16 19:15:14 +00:00
|
|
|
|
:END:
|
|
|
|
|
All of my dotfiles (and my dotfiles only) are available under the GNU GPLv3
|
|
|
|
|
Licence. Please consult [[file: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.
|