We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2bf0e commit 15367a6Copy full SHA for 15367a6
README.md
@@ -7,7 +7,7 @@ These are the configuration files I want to have in every Linux box I use.
7
Installation instructions come first because it is what I need most of the
8
time, but if you are not me, please read on :)
9
10
- sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply jdevera
+ sh -c "$(curl -fsLS jdevera.casa/install)"
11
12
## If you are not me
13
site/index.html
@@ -18,7 +18,7 @@ <h1>Jacobo's Dotfiles</h1>
18
</p>
19
20
<h2>Installation</h2>
21
- <pre><code>sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply jdevera</code></pre>
+ <pre><code>sh -c "$(curl -fsLS jdevera.casa/install)"</code></pre>
22
</main>
23
</body>
24
</html>
0 commit comments