<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: samYorel</title>
    <description>The latest articles on Forem by samYorel (@samyorel).</description>
    <link>https://forem.com/samyorel</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3377914%2F36d7d5ca-ebad-4158-9c27-ca2a84dfe045.jpeg</url>
      <title>Forem: samYorel</title>
      <link>https://forem.com/samyorel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/samyorel"/>
    <language>en</language>
    <item>
      <title>The side project that made me love shell scripting</title>
      <dc:creator>samYorel</dc:creator>
      <pubDate>Tue, 29 Jul 2025 00:00:00 +0000</pubDate>
      <link>https://forem.com/samyorel/the-side-project-that-made-me-love-shell-scripting-4e1i</link>
      <guid>https://forem.com/samyorel/the-side-project-that-made-me-love-shell-scripting-4e1i</guid>
      <description>&lt;h2&gt;
  
  
  🌍 The problem: your environment, that forgotten essential
&lt;/h2&gt;

&lt;p&gt;You know the drill:&lt;br&gt;
Your laptop dies. Or you have to switch OS for a client project.&lt;br&gt;
What happens? Hours spent reinstalling Git, Node, your IDE, aliases… &lt;strong&gt;before writing a single line of code&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It happened to me during a major rush. Worst possible timing. And that’s when it hit me:&lt;br&gt;
Your environment isn’t a detail. It’s your foundation. And I had zero control over mine.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔥 The trigger: stop suffering, start owning
&lt;/h2&gt;

&lt;p&gt;I don’t code much at work anymore, so when I start a side project, &lt;strong&gt;every minute counts&lt;/strong&gt;.&lt;br&gt;
Losing an hour fixing why &lt;code&gt;brew&lt;/code&gt; can’t find &lt;code&gt;wget&lt;/code&gt;? Frustrating.&lt;br&gt;
Fighting broken shortcuts because I don’t have my usual layout? Even worse.&lt;/p&gt;

&lt;p&gt;So I decided to treat my setup like a &lt;strong&gt;product&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;focused on user needs (mine),&lt;/li&gt;
&lt;li&gt;designed to remove friction,&lt;/li&gt;
&lt;li&gt;minimal but reliable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrpocc4hk9rgrvbvllah.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrpocc4hk9rgrvbvllah.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No magic frameworks, no over-engineering.&lt;br&gt;
Just simple scripts I understand and can trust.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ My approach: scripts, not a black box
&lt;/h2&gt;

&lt;p&gt;It’s &lt;strong&gt;more than just dotfiles&lt;/strong&gt;.&lt;br&gt;
I built a small toolkit:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiyi38edxmxsq4mfaba1v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiyi38edxmxsq4mfaba1v.png" alt="Universal process" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;Features&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;Makefile&lt;/code&gt; to orchestrate everything (&lt;code&gt;make install &amp;amp;&amp;amp; make init&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Shell scripts for macOS, Fedora, Ubuntu&lt;/li&gt;
&lt;li&gt;A few aliases and editor tweaks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No Chezmoi. No Stow. No Ansible.&lt;br&gt;
Why? Because I didn’t have time to learn, and I prefer knowing what I run (no hate here just "dad life").&lt;/p&gt;

&lt;p&gt;📦 &lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/thomas-leroy/dotfiles" rel="noopener noreferrer"&gt;github.com/thomas-leroy/dotfiles&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Example:
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Install packages and initialize environment&lt;/span&gt;
&lt;span class="c"&gt;# Display status, prompt questions when needed&lt;/span&gt;
make &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; make init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Five minutes later, I’m home.&lt;br&gt;
Far from perfect, but damned satisfying.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✅ The good and the messy
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What works:&lt;/strong&gt;&lt;br&gt;
✔ Familiarity in minutes&lt;br&gt;
✔ Less friction, more focus&lt;br&gt;
✔ Every bug fixed = permanent gain&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What sucks:&lt;/strong&gt;&lt;br&gt;
✖ Maintenance never ends (and that’s okay)&lt;br&gt;
✖ OS quirks are sneaky&lt;br&gt;
✖ Nothing’s ever &lt;em&gt;perfect&lt;/em&gt; (and that’s the game)&lt;/p&gt;

&lt;h2&gt;
  
  
  📚 What I learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Organization beats automation&lt;/strong&gt;: clarify before scripting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Every script is a conscious decision&lt;/strong&gt; (&lt;em&gt;hello DHH&lt;/em&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simplicity wins&lt;/strong&gt;: better to understand than blindly copy-paste an Ansible playbook.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Automation isn’t laziness.&lt;br&gt;
It’s discipline.&lt;br&gt;
It’s investing one hour today to save ten tomorrow.&lt;br&gt;
And come on, it's fun!&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Your turn
&lt;/h2&gt;

&lt;p&gt;Does your environment feel like &lt;em&gt;yours&lt;/em&gt;, or are you just putting up with it?&lt;br&gt;
Have you ever treated your setup like a product?&lt;br&gt;
How do you balance quick fixes versus long-term ROI?&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/thomas-leroy/dotfiles" rel="noopener noreferrer"&gt;github.com/thomas-leroy/dotfiles&lt;/a&gt;&lt;br&gt;
It’s raw, imperfect, but real.&lt;br&gt;
Steal ideas, roast my approach, or share your worst setup nightmare.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎭 Final confession
&lt;/h3&gt;

&lt;p&gt;I know that in two years, I’ll probably throw this all away and rewrite everything using some fancy new tools.&lt;br&gt;
But for now… I’m happy with it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3ndtpl9751vb1u71vlrt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3ndtpl9751vb1u71vlrt.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dotfiles</category>
      <category>shell</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Emberstone: Why I built my own dark theme (and what I learned along the way)</title>
      <dc:creator>samYorel</dc:creator>
      <pubDate>Tue, 22 Jul 2025 09:43:27 +0000</pubDate>
      <link>https://forem.com/samyorel/emberstone-why-i-built-my-own-dark-theme-and-what-i-learned-along-the-way-2npe</link>
      <guid>https://forem.com/samyorel/emberstone-why-i-built-my-own-dark-theme-and-what-i-learned-along-the-way-2npe</guid>
      <description>&lt;p&gt;&lt;strong&gt;🕳️ It all started with a rabbit hole…&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One evening, I fell into r/unixporn. You know the kind of community where your terminal looks like a Blade Runner set and every screenshot is a mood board.&lt;br&gt;
I scrolled, I liked, and then I thought: “Why doesn’t my setup feel like that?”&lt;/p&gt;

&lt;p&gt;I loved dark themes. But most of them felt too cold, more like a corporate hacker aesthetic than a place I’d want to spend hours in.&lt;br&gt;
I wanted warmth, something cozy yet professional.&lt;br&gt;
That’s how Emberstone was born.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔥 The idea behind Emberstone&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mood:&lt;/strong&gt; dark, yes… but inviting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goal:&lt;/strong&gt; readable, balanced contrast, pleasant for long sessions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accessibility:&lt;/strong&gt; good enough to avoid eye strain and UX nightmares.&lt;/p&gt;

&lt;p&gt;The name? Emberstone : the glow of embers in the dark.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04wc2p3g2yiq0fl8fuy8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04wc2p3g2yiq0fl8fuy8.png" alt="Emberstone - Logo" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ What I wanted to cover&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I didn’t want just a VS Code theme. I wanted an ecosystem:&lt;br&gt;
**&lt;br&gt;
✔ Editors:** VS Code (starting point)&lt;br&gt;
&lt;strong&gt;✔ Terminals:&lt;/strong&gt; Konsole, Hyper, Warp, iTerm2 (coming soon)&lt;br&gt;
&lt;strong&gt;✔ Browsers:&lt;/strong&gt; Firefox&lt;br&gt;
&lt;strong&gt;✔ Comms:&lt;/strong&gt; Slack, Discord (coming soon)&lt;br&gt;
&lt;strong&gt;✔ Media:&lt;/strong&gt; Spotify via Spicetify&lt;br&gt;
&lt;strong&gt;✔ Websites (Stylus):&lt;/strong&gt; ChatGPT, Reddit, Twitter, GitHub, YouTube (WIP)&lt;/p&gt;

&lt;p&gt;A theme that doesn’t stop at your IDE but extends across your digital environment.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5x3udfiumu3xitha8p0j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5x3udfiumu3xitha8p0j.png" alt=" " width="800" height="677"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ The good and the… real-world stuff&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upsides:&lt;/strong&gt;&lt;br&gt;
Visual comfort: coding became a smoother experience.&lt;br&gt;
Consistency: no more palette wars between apps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Challenges:&lt;/strong&gt;&lt;br&gt;
Time: building a theme is a rabbit hole of its own.&lt;br&gt;
Bugs: spotting broken styles and not having the time to fix them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📚 What I’ve learned&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Theme design is craft: it’s not “just colors.”&lt;br&gt;
Details matter: one wrong color and your UI feels off.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsgrkyl8o47mh056cdljk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsgrkyl8o47mh056cdljk.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Massive respect to theme maintainers: every theme you install in 3 clicks hides hours of invisible work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀 What’s next?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Emberstone is a side project. It won’t be perfect (especially solo).&lt;br&gt;
But it already taught me a lot: about dev UX, accessibility, and patience.&lt;/p&gt;

&lt;p&gt;It’s open source: &lt;a href="https://github.com/Emberstone-theme" rel="noopener noreferrer"&gt;Emberstone on GitHub&lt;/a&gt;.&lt;br&gt;
Try it. Break it. Improve it. Or just steal ideas, whatever works for you will make me happy.&lt;/p&gt;

</description>
      <category>themes</category>
      <category>ricing</category>
    </item>
  </channel>
</rss>
