<?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: Ramazan Atalay, Ph.D. </title>
    <description>The latest articles on DEV Community by Ramazan Atalay, Ph.D.  (@ramazanatalay).</description>
    <link>https://dev.to/ramazanatalay</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%2F1034920%2Fe9a3e5e8-6410-4c85-b66b-b11d454a594d.jpeg</url>
      <title>DEV Community: Ramazan Atalay, Ph.D. </title>
      <link>https://dev.to/ramazanatalay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramazanatalay"/>
    <language>en</language>
    <item>
      <title>How to Fix Oh-My-Zsh Icons in Visual Studio Code Terminal on MacOS</title>
      <dc:creator>Ramazan Atalay, Ph.D. </dc:creator>
      <pubDate>Sat, 04 Mar 2023 12:01:11 +0000</pubDate>
      <link>https://dev.to/ramazanatalay/how-to-fix-oh-my-zsh-icons-in-visual-studio-code-terminal-in-macos-1ehl</link>
      <guid>https://dev.to/ramazanatalay/how-to-fix-oh-my-zsh-icons-in-visual-studio-code-terminal-in-macos-1ehl</guid>
      <description>&lt;p&gt;Many Linux and macOS users worldwide favour Zsh as a UNIX shell. Its functionality increases manifold when combined with configuration frameworks like &lt;a href="https://github.com/ohmyzsh/ohmyzsh" rel="noopener noreferrer"&gt;&lt;strong&gt;Oh-my-zsh&lt;/strong&gt;&lt;/a&gt; and stylish templates like &lt;a href="https://github.com/romkatv/powerlevel10k" rel="noopener noreferrer"&gt;&lt;strong&gt;Powerline10k&lt;/strong&gt;&lt;/a&gt;. After setting up the shell and verifying that everything functions as expected in the terminal, it's time to write some code. However, upon opening the built-in terminal in Visual Studio Code, something seems amiss. The attractive template and chic icons are nowhere to be found!&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%2Fuploads%2Farticles%2Fynemtdk16c54ryz9hxej.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%2Fuploads%2Farticles%2Fynemtdk16c54ryz9hxej.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Solution
&lt;/h2&gt;

&lt;p&gt;To enable the use of icons in VS Code through Powerline10k, I will utilize the MesloLGS NF font, which was installed alongside Powerline10k. Here are the steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open the VS Code settings by clicking on the gear icon at the bottom left or using the &lt;code&gt;CMD + ,&lt;/code&gt; shortcut in MacOS.&lt;br&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%2Fuploads%2Farticles%2Ffv6x9cgahspdmzunjiwc.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%2Fuploads%2Farticles%2Ffv6x9cgahspdmzunjiwc.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To change the VS Code settings, use the search bar at the top of the UI or press &lt;code&gt;CMD + F&lt;/code&gt; to search for the &lt;code&gt;Font family&lt;/code&gt; setting in the &lt;code&gt;settings.json&lt;/code&gt; file.&lt;br&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%2Fuploads%2Farticles%2F9udywbih1gztwj43vfd8.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%2Fuploads%2Farticles%2F9udywbih1gztwj43vfd8.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change the &lt;code&gt;"Terminal &amp;gt; Integrated: Font Family"&lt;/code&gt; attribute to "MesloLGS NF".&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it! Enjoy your icons in VS Code.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>zsh</category>
      <category>macos</category>
      <category>unix</category>
    </item>
  </channel>
</rss>
