<?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: Patrick B</title>
    <description>The latest articles on Forem by Patrick B (@paddyredbeard).</description>
    <link>https://forem.com/paddyredbeard</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%2F860981%2Fd1c77d10-0924-4f4d-9fd6-4cb9cbcb86d7.jpeg</url>
      <title>Forem: Patrick B</title>
      <link>https://forem.com/paddyredbeard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/paddyredbeard"/>
    <language>en</language>
    <item>
      <title>Try SpaceVim without clobbering your existing Vim configuration</title>
      <dc:creator>Patrick B</dc:creator>
      <pubDate>Sun, 12 Jun 2022 06:07:32 +0000</pubDate>
      <link>https://forem.com/paddyredbeard/use-spacevim-without-overwriting-your-existing-vim-configuration-3494</link>
      <guid>https://forem.com/paddyredbeard/use-spacevim-without-overwriting-your-existing-vim-configuration-3494</guid>
      <description>&lt;p&gt;This is straight from the &lt;a href="https://spacevim.org/faq/#can-i-try-spacevim-without-overwriting-my-vimrc"&gt;SpaceVim FAQs&lt;/a&gt;, but it's a little buried there if you're not looking for it.&lt;/p&gt;

&lt;p&gt;It's entirely possible to try or use SpaceVim without disrupting your existing Vim configuration. This assumes a working &lt;code&gt;bash&lt;/code&gt; or &lt;code&gt;zsh&lt;/code&gt; shell environment and &lt;code&gt;vim&lt;/code&gt; installed.&lt;/p&gt;

&lt;p&gt;In just 2 quick steps:&lt;/p&gt;

&lt;p&gt;1) Clone the SpaceVim repository:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;2) Create &lt;code&gt;svim&lt;/code&gt; as an alias in your &lt;code&gt;.bashrc&lt;/code&gt; or &lt;code&gt;.zshrc&lt;/code&gt; file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   alias svim='vim -u ~/.SpaceVim/vimrc'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After re-initializing your shell environment, you should simply be able to use &lt;code&gt;svim&lt;/code&gt; on the command line to enable a fully-functional SpaceVim IDE.&lt;/p&gt;

&lt;p&gt;SpaceVim is very &lt;a href="https://spacevim.org/faq/#where-should-i-put-my-configuration"&gt;customizable&lt;/a&gt;. You're welcome to checkout/use/adapt &lt;a href="https://github.com/paddyredbeard/SpaceVim.d"&gt;my own customization&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Q: Can it be better?&lt;br&gt;
A: You bet! Use &lt;a href="https://neovim.io/"&gt;NeoVim&lt;/a&gt; instead of Vim. You'll get all the goodness of Vim and all the coding love of NeoVim. Give it a go!&lt;/p&gt;

</description>
      <category>vim</category>
      <category>editor</category>
      <category>ide</category>
      <category>codelove</category>
    </item>
    <item>
      <title>What pet projects are you working on, just for fun?</title>
      <dc:creator>Patrick B</dc:creator>
      <pubDate>Sun, 22 May 2022 16:17:02 +0000</pubDate>
      <link>https://forem.com/paddyredbeard/what-pet-projects-are-you-working-on-just-for-fun-29ek</link>
      <guid>https://forem.com/paddyredbeard/what-pet-projects-are-you-working-on-just-for-fun-29ek</guid>
      <description>&lt;p&gt;Could be anything, even non-technical.&lt;/p&gt;

&lt;p&gt;I like to tinker with bicycles (I've built and rebuilt a few over the years), and make sourdough pizza.&lt;/p&gt;

&lt;p&gt;I recently created a Wordle Helper app using Node &amp;amp; React.&lt;/p&gt;

&lt;p&gt;And I created a JSON-formatted version of the Apollo 13 air-to-ground transcript (it just seemed like an interesting thing to do).&lt;/p&gt;

&lt;p&gt;What are you working on?&lt;/p&gt;

</description>
      <category>fun</category>
      <category>petproject</category>
      <category>watercooler</category>
    </item>
  </channel>
</rss>
