diff --git a/atom.xml b/atom.xml index 3e1a4dd..99af273 100644 --- a/atom.xml +++ b/atom.xml @@ -78,11 +78,10 @@ However I recommend personally to get their official The Infamous config.h -

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h: -bash - $ cp config.def.h config.h - -Now, config.h is your personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors. +

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h:

+
    $ cp config.def.h config.h
+
+

Now, config.h is your personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors. It might look a bit intimidating at first, but it’s surprisingly straightforward.

For now, don’t change anything. Let’s just get it built!

The First Bake: Compiling DWM

diff --git a/blog4.html b/blog4.html index cdccc11..64b3eea 100644 --- a/blog4.html +++ b/blog4.html @@ -100,11 +100,10 @@ However I recommend personally to get their official
The Infamous config.h -

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h: -bash - $ cp config.def.h config.h - -Now, config.h is your personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors. +

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h:

+
    $ cp config.def.h config.h
+
+

Now, config.h is your personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors. It might look a bit intimidating at first, but it’s surprisingly straightforward.

For now, don’t change anything. Let’s just get it built!

The First Bake: Compiling DWM