<?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>DEV Community: adrienclaire</title>
    <description>The latest articles on DEV Community by adrienclaire (@adrienclaire).</description>
    <link>https://dev.to/adrienclaire</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4003819%2F3d8f58e5-72ce-488f-a970-154d46140848.png</url>
      <title>DEV Community: adrienclaire</title>
      <link>https://dev.to/adrienclaire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adrienclaire"/>
    <language>en</language>
    <item>
      <title>Why I Stopped Maintaining Dotfiles and Built a Cross-Platform Shell Bootstrap</title>
      <dc:creator>adrienclaire</dc:creator>
      <pubDate>Fri, 26 Jun 2026 10:36:21 +0000</pubDate>
      <link>https://dev.to/adrienclaire/why-i-stopped-maintaining-dotfiles-and-built-a-cross-platform-shell-bootstrap-400b</link>
      <guid>https://dev.to/adrienclaire/why-i-stopped-maintaining-dotfiles-and-built-a-cross-platform-shell-bootstrap-400b</guid>
      <description>&lt;p&gt;Every new workstation started the same way.&lt;/p&gt;

&lt;p&gt;Install Git.&lt;/p&gt;

&lt;p&gt;Install PowerShell.&lt;/p&gt;

&lt;p&gt;Install fzf.&lt;/p&gt;

&lt;p&gt;Install bat.&lt;/p&gt;

&lt;p&gt;Install eza.&lt;/p&gt;

&lt;p&gt;Configure Starship.&lt;/p&gt;

&lt;p&gt;Copy aliases.&lt;/p&gt;

&lt;p&gt;Configure SSH.&lt;/p&gt;

&lt;p&gt;Restore my PowerShell profile.&lt;/p&gt;

&lt;p&gt;Install Docker.&lt;/p&gt;

&lt;p&gt;Install GitHub CLI.&lt;/p&gt;

&lt;p&gt;Repeat.&lt;/p&gt;

&lt;p&gt;Every single time.&lt;/p&gt;

&lt;p&gt;Eventually I realized something:&lt;/p&gt;

&lt;p&gt;I wasn't maintaining my shell anymore.&lt;/p&gt;

&lt;p&gt;I was maintaining the setup process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Dotfiles weren't solving the whole problem
&lt;/h2&gt;

&lt;p&gt;Dotfiles are fantastic.&lt;/p&gt;

&lt;p&gt;I still think everyone should keep their configuration in version control.&lt;/p&gt;

&lt;p&gt;But they only solve part of the problem.&lt;/p&gt;

&lt;p&gt;They don't install dependencies.&lt;/p&gt;

&lt;p&gt;They don't configure SSH.&lt;/p&gt;

&lt;p&gt;They don't know whether you're preparing a workstation or a server.&lt;/p&gt;

&lt;p&gt;They don't help you rebuild an environment from scratch.&lt;/p&gt;

&lt;p&gt;I wanted something closer to an operating system bootstrap.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;Instead of restoring configuration files one by one, why not bootstrap the entire terminal environment?&lt;/p&gt;

&lt;p&gt;That became ShellDeck.&lt;/p&gt;

&lt;p&gt;It prepares a fresh Windows, Linux or macOS machine by configuring PowerShell, Bash or Zsh, installing common CLI tools, managing aliases, configuring SSH and optionally turning the machine into a lightweight homelab control node.&lt;/p&gt;

&lt;p&gt;The goal isn't to replace Ansible or configuration management.&lt;/p&gt;

&lt;p&gt;Those tools manage infrastructure.&lt;/p&gt;

&lt;p&gt;ShellDeck prepares &lt;strong&gt;your&lt;/strong&gt; environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it can do today
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Bootstrap Windows, Linux and macOS&lt;/li&gt;
&lt;li&gt;Configure PowerShell, Bash and Zsh&lt;/li&gt;
&lt;li&gt;Install common CLI utilities&lt;/li&gt;
&lt;li&gt;Configure shell profiles&lt;/li&gt;
&lt;li&gt;Manage SSH hosts&lt;/li&gt;
&lt;li&gt;Optional Linux security hardening&lt;/li&gt;
&lt;li&gt;Startup environment dashboard&lt;/li&gt;
&lt;li&gt;Preserve configuration during updates&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Like many engineers, I was constantly copying the same scripts between machines.&lt;/p&gt;

&lt;p&gt;Eventually the scripts became the project.&lt;/p&gt;

&lt;p&gt;I wanted one installer that could prepare a new machine in minutes and let me start working immediately.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'd love your feedback
&lt;/h2&gt;

&lt;p&gt;I'm sure there are workflows I've never considered.&lt;/p&gt;

&lt;p&gt;If you're someone who spends a lot of time in a terminal, I'd love to hear what you think.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/adrienclaire/ShellDeck" rel="noopener noreferrer"&gt;https://github.com/adrienclaire/ShellDeck&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>cli</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
