XDG Base Directory Specification.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 10 Feb 2024 22:03:20 +0200
changeset 2581 f6613ff608d4
parent 2580 6f1bb96dc0d2
child 2582 113841c80a9a
XDG Base Directory Specification.
xdg.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xdg.rst	Sat Feb 10 22:03:20 2024 +0200
@@ -0,0 +1,19 @@
+
+=====
+ XDG
+=====
+
+Spec
+====
+
+https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+  XDG Base Directory Specification.
+
+====================  ==========================
+``XDG_DATA_HOME``     ``$HOME/.local/share``
+``$XDG_CONFIG_HOME``  ``$HOME/.config``
+``$XDG_STATE_HOME``   ``$HOME/.local/state``
+====================  ==========================
+
+Distributions should ensure ``$HOME/.local/bin`` shows up in PATH.
+