mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
lists
This commit is contained in:
parent
511eeab6b5
commit
0170b062ff
2 changed files with 10 additions and 8 deletions
9
atom.xml
9
atom.xml
|
|
@ -75,12 +75,13 @@ See, once you have a working system, there isn’t a need to keep on configu
|
||||||
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
||||||
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
||||||
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
||||||
<pre><code>1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
<ol>
|
||||||
|
<li>Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.</li>
|
||||||
|
|
||||||
2. Unextract it
|
<li>Unextract it</li>
|
||||||
|
|
||||||
3. Open your terminal & navigate to that directory (using cd and stuff)
|
<li>Open your terminal & navigate to that directory (using cd and stuff)</li>
|
||||||
</code></pre>
|
</ol>
|
||||||
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
|
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
|
||||||
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
|
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
|
||||||
<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
|
<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
|
||||||
|
|
|
||||||
|
|
@ -97,12 +97,13 @@ See, once you have a working system, there isn’t a need to keep on configu
|
||||||
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
||||||
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
||||||
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
||||||
<pre style="overflow-wrap: break-word; white-space: normal;"><code>1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
<ol>
|
||||||
|
<li>Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.</li>
|
||||||
|
|
||||||
2. Unextract it
|
<li>Unextract it</li>
|
||||||
|
|
||||||
3. Open your terminal & navigate to that directory (using cd and stuff)
|
<li>Open your terminal & navigate to that directory (using cd and stuff)</li>
|
||||||
</code></pre>
|
</ol>
|
||||||
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
|
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
|
||||||
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
|
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
|
||||||
<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
|
<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue