mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
explain why we have a .local/state directory
This commit is contained in:
parent
b62c23078b
commit
550d3106e8
1 changed files with 28 additions and 6 deletions
34
README.md
34
README.md
|
@ -587,10 +587,17 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>.local/bin</code></summary>
|
||||
|
||||
<summary><code>.local</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
Directories:
|
||||
|
||||
<details>
|
||||
<summary><code>bin</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
Files:
|
||||
- [`~/.local/bin/utc`](.local/bin/utc)
|
||||
- [`~/.local/bin/w3msplits`](.local/bin/w3m-splits)
|
||||
|
@ -607,23 +614,38 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
Directories:
|
||||
|
||||
<details>
|
||||
<summary><code>iterm2</code></summary>
|
||||
<summary><code>iterm2</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
Directory:
|
||||
- [`~/.local/bin/iterm2`](.local/bin/iterm2)
|
||||
|
||||
<blockquote>
|
||||
|
||||
Everything in there are files written and provided by iTerm2 for integrating iterm2 magic into your terminal. The only custom one is the following:
|
||||
|
||||
| Command | Description |
|
||||
|-----------------|-------------------------------------------------------------|
|
||||
| `it2split` | open split in iterm2 with your default profile |
|
||||
|
||||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>state</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
This directory and the director[y/ies]/file(s) within it are specifically to auto-generate directory structure so that XDG spec is enforced with tools that only loosely enforce it.
|
||||
|
||||
</blockquote>
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue