<?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: Lewis Flude</title>
    <description>The latest articles on DEV Community by Lewis Flude (@lewisflude).</description>
    <link>https://dev.to/lewisflude</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%2F100341%2Fb0b30697-c124-4a5a-9db5-ff60812050b1.jpeg</url>
      <title>DEV Community: Lewis Flude</title>
      <link>https://dev.to/lewisflude</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lewisflude"/>
    <language>en</language>
    <item>
      <title>Handcrafted: a beautiful dark theme for Nova and VS Code</title>
      <dc:creator>Lewis Flude</dc:creator>
      <pubDate>Wed, 23 Sep 2020 14:13:06 +0000</pubDate>
      <link>https://dev.to/lewisflude/handcrafted-a-beautiful-dark-theme-for-nova-and-vs-code-2pep</link>
      <guid>https://dev.to/lewisflude/handcrafted-a-beautiful-dark-theme-for-nova-and-vs-code-2pep</guid>
      <description>&lt;p&gt;Link: &lt;a href="https://hand.engineering/handcrafted/" rel="noopener noreferrer"&gt;https://hand.engineering/handcrafted/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am proud to announce the release of Handcrafted! A theme for Panic's new code editor Nova and Microsoft's VS Code.&lt;/p&gt;

&lt;p&gt;I developed this theme using the CIELAB colour space, which means as colours shift in hue they maintain a relative brightness. The relationship between colours creates a sense of contrast and balance that is ideal for long stretches of programming.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download Handcrafted for Nova&lt;/strong&gt;: &lt;code&gt;nova://extension/?id=handengineering.Handcrafted&amp;amp;name=Handcrafted&lt;/code&gt; (paste into your omnibar of choice)&lt;br&gt;
&lt;strong&gt;Download Handcrafted for VS Code&lt;/strong&gt;: &lt;a href="https://marketplace.visualstudio.com/items?itemName=HandEngineering.handcrafted-theme&amp;amp;ssr=false#overview" rel="noopener noreferrer"&gt;Download&lt;/a&gt;&lt;/p&gt;

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

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

</description>
      <category>theme</category>
      <category>vscode</category>
      <category>showdev</category>
    </item>
    <item>
      <title>A simple dotfiles utility you can use to bootstrap a new dev environment</title>
      <dc:creator>Lewis Flude</dc:creator>
      <pubDate>Wed, 13 Nov 2019 17:02:44 +0000</pubDate>
      <link>https://dev.to/lewisflude/a-simple-dotfiles-utility-you-can-use-to-bootstrap-a-new-dev-environment-2b3b</link>
      <guid>https://dev.to/lewisflude/a-simple-dotfiles-utility-you-can-use-to-bootstrap-a-new-dev-environment-2b3b</guid>
      <description>&lt;p&gt;Get the dotfiles here: &lt;a href="https://github.com/lewisflude/.dotfiles"&gt;https://github.com/lewisflude/.dotfiles&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently, I consolidated and simplified my config files for zsh, vim and tmux and created a simple shell script to symlink them to the home directory. Please feel free to fork, tweak and use yourself!&lt;/p&gt;

&lt;p&gt;Get started by pulling down this repo to your home directory, cd in and run &lt;code&gt;./bootstrap.sh&lt;/code&gt; to begin the bootstrapping process.&lt;/p&gt;

&lt;p&gt;This will install:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Brew&lt;/li&gt;
&lt;li&gt;Zsh&lt;/li&gt;
&lt;li&gt;Tmux&lt;/li&gt;
&lt;li&gt;Nvm + latest version of node&lt;/li&gt;
&lt;li&gt;Alacritty (ultra-fast terminal emulator)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After those are installed symlinks will be added for configs for zsh, vim, tmux and alacritty. You can edit these to your preferences, and they should automatically work!&lt;/p&gt;

&lt;p&gt;Any feedback would also be massively appreciated!&lt;/p&gt;

</description>
      <category>dotfiles</category>
      <category>vim</category>
      <category>zsh</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Dealing with anxiety, absent-mindedness, ineffectiveness as a developer</title>
      <dc:creator>Lewis Flude</dc:creator>
      <pubDate>Fri, 04 Oct 2019 10:40:40 +0000</pubDate>
      <link>https://dev.to/lewisflude/dealing-with-anxiety-absent-mindedness-ineffectiveness-as-a-developer-1992</link>
      <guid>https://dev.to/lewisflude/dealing-with-anxiety-absent-mindedness-ineffectiveness-as-a-developer-1992</guid>
      <description>&lt;p&gt;I'm a developer and I need some help with being the best I can be mentally, but I'm not sure where to get it.&lt;/p&gt;

&lt;p&gt;By "mentally" what I mean is I feel anxious, absent minded or otherwise less effective than I feel like I can be (and have been in the past). &lt;/p&gt;

&lt;p&gt;I'm generally a happy person, confident in my technical abilities but I feel really held back by my mental state sometimes. It's so hard to talk about mental health, because so much of it is qualitative and everyone's experience is different.&lt;/p&gt;

&lt;p&gt;I'm not sure where to find help. Ideas I've had are going into therapy or finding some sort of mentor/sounding board. I'm looking for suggestions, because I thought there must be people out there in the community who have had similar experiences.&lt;/p&gt;

&lt;p&gt;If anyone out there has any thoughts/recommendations/advice then I'd really appreciate it!&lt;/p&gt;

</description>
      <category>mentalhealth</category>
      <category>productivity</category>
      <category>help</category>
    </item>
  </channel>
</rss>
