<?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: Debarghya Datta</title>
    <description>The latest articles on DEV Community by Debarghya Datta (@geekheaddd).</description>
    <link>https://dev.to/geekheaddd</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%2F730469%2F28358396-0d6e-45c0-be63-d4f3884c8821.jpeg</url>
      <title>DEV Community: Debarghya Datta</title>
      <link>https://dev.to/geekheaddd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/geekheaddd"/>
    <language>en</language>
    <item>
      <title>Oh my posh for Windows (2022 guide for newbies)</title>
      <dc:creator>Debarghya Datta</dc:creator>
      <pubDate>Sun, 25 Sep 2022 06:23:27 +0000</pubDate>
      <link>https://dev.to/geekheaddd/beautify-windows-terminal-using-oh-my-guide-for-newbies-3m3k</link>
      <guid>https://dev.to/geekheaddd/beautify-windows-terminal-using-oh-my-guide-for-newbies-3m3k</guid>
      <description>&lt;h2&gt;
  
  
  Step 1: Install powershell from microsoft store. Click &lt;a href="https://www.microsoft.com/store/productId/9MZ1SNWT0N5D"&gt;here&lt;/a&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 2: Open terminal and choose powershell as your default profile.
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gcHVsPaa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vapq3amhwwk5gjo8zep.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gcHVsPaa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vapq3amhwwk5gjo8zep.png" alt="Choose profile" width="880" height="363"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3:  Open terminal and paste &lt;code&gt;winget install JanDeDobbeleer.OhMyPosh -s winget&lt;/code&gt; . If it shows any error follow step 4.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 4: Open microsoft store and update app installer. Click &lt;a href="https://www.microsoft.com/store/productId/9NBLGGH4NNS1"&gt;here&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 5: Open terminal as administrator and then paste the following &lt;code&gt;oh-my-posh font install&lt;/code&gt;. Select desired font and press enter. (I prefer Hack)
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 6: Go to settings and select powershell from left window pane, additional settings-&amp;gt;appearance-&amp;gt;font face-&amp;gt; select the font you installed.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 7: Paste the following one by one
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;oh-my-posh get shell&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;notepad $PROFILE&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If it shows any error paste &lt;code&gt;New-Item -Path $PROFILE -Type File -Force&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the notepad file add the following lines. &lt;code&gt;oh-my-posh init pwsh | Invoke-Expression&lt;br&gt;
oh-my-posh init pwsh --config 'C:\Users\**X**\AppData\Local\Programs\oh-my-posh\themes\1_shell.omp.json' | Invoke-Expression&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; Here X is your user name.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 8: Paste &lt;code&gt;. $PROFILE&lt;/code&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 9: Close and reopen your terminal. You're all set!
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7ugm5HoW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rw8ybwywv1q9347udfjg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7ugm5HoW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rw8ybwywv1q9347udfjg.png" alt="Terminal SS" width="880" height="472"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Bonus:&lt;/strong&gt;&lt;/em&gt; To get the transparent look just select powershell from left window pane, additional settings-&amp;gt;appearance-&amp;gt;scroll down-&amp;gt; select background opacity to 72%.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>productivity</category>
      <category>ohmyposh</category>
    </item>
    <item>
      <title>Oh my posh for Windows (2021 guide)</title>
      <dc:creator>Debarghya Datta</dc:creator>
      <pubDate>Mon, 12 Sep 2022 06:55:42 +0000</pubDate>
      <link>https://dev.to/geekheaddd/oh-my-posh-for-windows-2022-guide-fhm</link>
      <guid>https://dev.to/geekheaddd/oh-my-posh-for-windows-2022-guide-fhm</guid>
      <description>&lt;h2&gt;
  
  
  Step 1: Install powershell from microsoft store. Click &lt;a href="https://www.microsoft.com/store/productId/9MZ1SNWT0N5D"&gt;here&lt;/a&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 2: Download and install Nerd font. Click &lt;a href="https://www.nerdfonts.com/font-downloads"&gt;here&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 3: Choose the nerd font you installed.
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ww8jLjAO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4bvhd0pk150jfnqa1tw7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ww8jLjAO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4bvhd0pk150jfnqa1tw7.png" alt="Nerd font" width="880" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Open Powershell as administrator and paste the following lines and choose yes to all.
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;Install-Module posh-git -Scope CurrentUser&lt;br&gt;
Install-Module oh-my-posh -Scope CurrentUser&lt;br&gt;
Install-Module -Name Terminal-Icons -Repository PSGallery&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 5: Go to my Documents and look for a file named &lt;em&gt;Microsoft.PowerShell_profile.ps1&lt;/em&gt;. If it doesn't exist create one.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Step 6: Paste the following lines in the file.
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\night-owl.omp.json"| Invoke-Expression&lt;br&gt;
Import-Module -Name Terminal-Icons&lt;br&gt;
oh-my-posh init pwsh --config "THEME PATH" | Invoke-Expression&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 7: Paste the following line in terminal window.
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;Get-PoshThemes&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Ignore any errors&lt;/strong&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Close and reopen terminal. You're all set!!
&lt;/h2&gt;

</description>
      <category>terminal</category>
      <category>customisation</category>
      <category>ohmyposh</category>
      <category>programming</category>
    </item>
    <item>
      <title>Best Postman Alternative.</title>
      <dc:creator>Debarghya Datta</dc:creator>
      <pubDate>Wed, 03 Aug 2022 04:39:37 +0000</pubDate>
      <link>https://dev.to/geekheaddd/best-postman-alternative-409p</link>
      <guid>https://dev.to/geekheaddd/best-postman-alternative-409p</guid>
      <description>&lt;h2&gt;
  
  
  Rapid API :
&lt;/h2&gt;

&lt;p&gt;You can generate interfaces from API responses in TypeScrift, Swift, and Python programming languages with just one click.&lt;/p&gt;

&lt;p&gt;And without leaving your VS code!!.&lt;/p&gt;

&lt;h2&gt;
  
  
  Similar UI:
&lt;/h2&gt;

&lt;p&gt;Rapid API VS code extension has got an incredibly user friendly UI and a great resemblance to Postman.&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage guide:
&lt;/h2&gt;

&lt;p&gt;Fairly self-explanatory 😉.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xz2f41Wy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pdeb4sbi92hpe77nkkut.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xz2f41Wy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pdeb4sbi92hpe77nkkut.png" alt="Snapshot" width="880" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it here:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=RapidAPI.vscode-rapidapi-client&amp;amp;ssr=false#review-details"&gt;https://marketplace.visualstudio.com/items?itemName=RapidAPI.vscode-rapidapi-client&amp;amp;ssr=false#review-details&lt;/a&gt; &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>rapidapi</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
