<?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: donnybrilliant</title>
    <description>The latest articles on DEV Community by donnybrilliant (@donnybrilliant).</description>
    <link>https://dev.to/donnybrilliant</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%2F460563%2F90d31488-aa02-48e4-8f17-fb56834b66e1.png</url>
      <title>DEV Community: donnybrilliant</title>
      <link>https://dev.to/donnybrilliant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/donnybrilliant"/>
    <language>en</language>
    <item>
      <title>Easy, automated macOS setup</title>
      <dc:creator>donnybrilliant</dc:creator>
      <pubDate>Fri, 01 Mar 2024 18:31:33 +0000</pubDate>
      <link>https://dev.to/donnybrilliant/easy-automated-macos-setup-9oc</link>
      <guid>https://dev.to/donnybrilliant/easy-automated-macos-setup-9oc</guid>
      <description>&lt;p&gt;If you're like me, setting up your Mac manually after a format or clean install can be a tedious task.&lt;br&gt;
It's a time-consuming, repetitive process that I'd rather skip. &lt;br&gt;
So, in a burst of frustration, I created a script to automate the whole process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/donnybrilliant/install.sh"&gt;install.sh:&lt;/a&gt;&lt;br&gt;
It's a simple bash script that performs a variety of tasks to prepare a macOS machine for use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Updates macOS to the latest version.&lt;/li&gt;
&lt;li&gt;Installs Homebrew, the package manager for macOS.&lt;/li&gt;
&lt;li&gt;Installs essential software and applications through Homebrew casks and formulae.&lt;/li&gt;
&lt;li&gt;Offers the choice between installing Node.js via NVM (Node Version Manager) or Homebrew.&lt;/li&gt;
&lt;li&gt;Installs global NPM packages.&lt;/li&gt;
&lt;li&gt;Provides options to install additional software, such as .NET, Firefox Developer Edition, PostgreSQL, MySQL, MongoDB, Epic &amp;amp; Steam, Unity Hub, and Figma.&lt;/li&gt;
&lt;li&gt;Cleans up the installation environment by running &lt;code&gt;brew cleanup&lt;/code&gt; and other maintenance commands.&lt;/li&gt;
&lt;li&gt;Sets up Git with global username and email configurations.&lt;/li&gt;
&lt;li&gt;Installs VSCode extensions.&lt;/li&gt;
&lt;li&gt;Installs selected apps from the App Store using &lt;code&gt;mas&lt;/code&gt; (Mac App Store command-line interface).&lt;/li&gt;
&lt;li&gt;Installs and configures ohmyzsh for a better terminal experience.&lt;/li&gt;
&lt;li&gt;Applies custom system settings and Dock configurations to optimize the user experience.&lt;/li&gt;
&lt;li&gt;Automatically updates Homebrew installed packages with a specified frequency.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just clone the repo, tweak the config file to your liking, and run it. It's that simple.&lt;br&gt;
It's set up to my liking as a web developer by default.&lt;/p&gt;

&lt;p&gt;Here's the link to the script on GitHub: &lt;a href="https://github.com/donnybrilliant/install.sh"&gt;https://github.com/donnybrilliant/install.sh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm hoping it can save you some time and make setting up your Mac a bit easier.&lt;br&gt;
It's designed to be a starting point, so I'm really keen to hear your feedback, suggestions for improvements, or any cool tweaks you'd add. &lt;/p&gt;

</description>
      <category>macos</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>shell</category>
    </item>
  </channel>
</rss>
