<?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: Krushn Dayshmookh</title>
    <description>The latest articles on Forem by Krushn Dayshmookh (@krushndayshmookh).</description>
    <link>https://forem.com/krushndayshmookh</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%2F115916%2Fc34b13c0-a65d-4873-964a-598d05ecc3dd.jpg</url>
      <title>Forem: Krushn Dayshmookh</title>
      <link>https://forem.com/krushndayshmookh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/krushndayshmookh"/>
    <language>en</language>
    <item>
      <title>Installing Arch Linux, the scripted way.</title>
      <dc:creator>Krushn Dayshmookh</dc:creator>
      <pubDate>Mon, 16 Dec 2019 17:36:43 +0000</pubDate>
      <link>https://forem.com/krushndayshmookh/installing-arch-linux-the-scripted-way-236c</link>
      <guid>https://forem.com/krushndayshmookh/installing-arch-linux-the-scripted-way-236c</guid>
      <description>&lt;p&gt;As a proud user of Arch and taking pride in saying, "I use Arch, btw", I often found myself recommending it to my friends and colleagues. However many found the setting up of Arch Linux time consuming and confusing. At times they resorted back to me to help them install Arch on their computers. I always enjoyed the command line however it becomes rather boring when you find yourself doing the same task again and again. Some time later I found myself installing my system time and time again as I kept switching workstations between my internships and jobs. &lt;/p&gt;

&lt;p&gt;So I finally decided to script my configuration to automate the task. I proudly present to you my highly opinionated Arch Install Scripts: &lt;a href="https://github.com/krushndayshmookh/krushn-arch"&gt;https://github.com/krushndayshmookh/krushn-arch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The usage is pretty simple. Just boot into the live Arch Linux ISO, clone the repository and run the &lt;code&gt;install.sh&lt;/code&gt; inside it.&lt;/p&gt;

&lt;p&gt;Arch does not come with &lt;code&gt;git&lt;/code&gt; preinstalled so you will have to install it with &lt;code&gt;sudo pacman -S git&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Here are the complete instructions for those looking to install Arch Linux with KDE.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Download the latest Arch Linux ISO from &lt;a href="https://www.archlinux.org/download/"&gt;https://www.archlinux.org/download/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Flash it to a USB drive using a tool of your choice. I recommend &lt;a href="https://www.balena.io/etcher/"&gt;Etcher&lt;/a&gt; if you're on Linux and &lt;a href="https://rufus.ie/"&gt;Rufus&lt;/a&gt; on Windows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Boot using the USB drive&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run the following commands on the terminal:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;
&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-Sy&lt;/span&gt;

&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-S&lt;/span&gt; git

git clone https://github.com/krushndayshmookh/krushn-arch &lt;span class="nt"&gt;--depth&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;1

&lt;span class="nb"&gt;cd &lt;/span&gt;krushn-arch

&lt;span class="c"&gt;# please edit the hostname and username in the post-install.sh &lt;/span&gt;

./install.sh

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it! The script should now setup your new Arch system for you. Just keep an eye for the prompts that pop up.&lt;/p&gt;

&lt;p&gt;Hope you enjoy using Arch Linux!&lt;/p&gt;

</description>
      <category>archlinux</category>
      <category>script</category>
      <category>automation</category>
      <category>install</category>
    </item>
  </channel>
</rss>
