<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nord-Theme on Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/nord-theme/</link><description>Recent content in Nord-Theme on Raven's Blog | Linux and IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 19 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/nord-theme/index.xml" rel="self" type="application/rss+xml"/><item><title>bat, exa — Syntax Highlighting for Standard Output in the Linux Terminal (cat, less, tail and ls)</title><link>https://r4ven.me/en/dots/bat-exa-podsvetka-sintaksisa-standartnogo-vyvoda-v-terminale-linux-cat-less-tail-i-ls/</link><pubDate>Thu, 19 Dec 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/dots/bat-exa-podsvetka-sintaksisa-standartnogo-vyvoda-v-terminale-linux-cat-less-tail-i-ls/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;They say that if you read white text on a black background for too long, you start to hear the &lt;a href="https://r4ven.me/en/it-razdel/slovarik/emulyator-terminala/"&gt;terminal&lt;/a&gt; whisper 🙃. In this note we&amp;rsquo;ll talk about how to improve the perception of text from the &amp;ldquo;black window&amp;rdquo; by adding syntax highlighting with the &lt;a href="https://r4ven.me/en/it-razdel/komandnaya-stroka-linux/"&gt;command-line&lt;/a&gt; utilities &lt;strong&gt;bat&lt;/strong&gt; and &lt;strong&gt;exa&lt;/strong&gt;.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Tmux — Installation and Customization + Nord theme</title><link>https://r4ven.me/en/dots/tmux-ustanovka-i-kastomizaciya-nord-theme/</link><pubDate>Mon, 25 Nov 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/dots/tmux-ustanovka-i-kastomizaciya-nord-theme/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;In the &lt;a href="https://r4ven.me/en/it-razdel/slovarik/terminalnyj-multipleksor/"&gt;previous note&lt;/a&gt; 📝 we talked about terminal multiplexers and what tasks they perform. In today&amp;rsquo;s article I&amp;rsquo;ll demonstrate the installation and customization of the most popular tool in this category — &lt;strong&gt;Tmux&lt;/strong&gt; 🪟. As usual, everything is already &lt;del&gt;suffered through&lt;/del&gt; configured, and to replicate it yourself, you&amp;rsquo;ll just need to run a few commands🧑💻.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Neovim — Installing and Configuring a Code Editor with IDE Features in Just a Few Commands</title><link>https://r4ven.me/en/dots/neovim-ustanovka-i-nastrojka-redaktora-koda-s-elementami-ide-vsego-v-neskolko-komand/</link><pubDate>Sat, 02 Mar 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/dots/neovim-ustanovka-i-nastrojka-redaktora-koda-s-elementami-ide-vsego-v-neskolko-komand/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Given the volume of my previous articles with a detailed description of the Neovim setup process, I decided to break out a short instruction on bringing the editor into a working state (according to my configuration) into a separate note. Installation and configuration require only 6 commands in the Linux terminal. If you share my views on what Neovim should be — save this note to your bookmarks 😉&lt;/p&gt;</description></item><item><title>Neovim — editor configuration: installing and configuring plugins</title><link>https://r4ven.me/en/dots/neovim-konfiguraciya-redaktora-ustanovka-i-nastrojka-plaginov/</link><pubDate>Tue, 06 Feb 2024 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/dots/neovim-konfiguraciya-redaktora-ustanovka-i-nastrojka-plaginov/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today we&amp;rsquo;ll finish configuring our console editor Neovim: we&amp;rsquo;ll install and set up a list of plugins that will transform its appearance and add IDE features to its functionality. Among the main ones: the Nord theme, linter integration for programming languages, git support, a side panel with a project file tree, and, since Neovim has LSP support, connecting an autocompletion library based on the Python language server. And much more.&lt;/p&gt;</description></item><item><title>VSCodium — a Fork of the Popular VSCode without Telemetry from Microsoft</title><link>https://r4ven.me/en/software/vscodium-fork-populyarnogo-vscode-bez-telemetrii-ot-microsoft/</link><pubDate>Tue, 19 Dec 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/software/vscodium-fork-populyarnogo-vscode-bez-telemetrii-ot-microsoft/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today let&amp;rsquo;s talk about (and install) a popular fork of the VSCode code editor, just without telemetry and other unpleasantness — VSCodium.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>ZSH — Interactive Command Shell for Linux + Oh-My-Zsh</title><link>https://r4ven.me/en/software/zsh-interaktivnaya-komandnaya-obolochka-dlya-linux-oh-my-zsh/</link><pubDate>Thu, 12 Oct 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/software/zsh-interaktivnaya-komandnaya-obolochka-dlya-linux-oh-my-zsh/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today I&amp;rsquo;ll tell you and show you how to install and configure a great interactive command shell — &lt;strong&gt;Zsh&lt;/strong&gt;. With proper configuration, this shell greatly simplifies &lt;del&gt;life&lt;/del&gt; working in the command line and makes the process even enjoyable)&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Guake — A Drop-Down Terminal</title><link>https://r4ven.me/en/software/guake-vypadayushhij-drop-down-terminal/</link><pubDate>Tue, 19 Sep 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/software/guake-vypadayushhij-drop-down-terminal/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today I&amp;rsquo;ll tell you about a convenient terminal emulator program — &lt;strong&gt;Guake&lt;/strong&gt;, whose special feature is &amp;ldquo;dropping down&amp;rdquo; from the top of the screen when you press a hotkey.&lt;/p&gt;


&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-important-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 🖐️Hey!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;Subscribe to our Telegram channel &lt;a href="https://t.me/r4ven_me"&gt;@r4ven_me&lt;/a&gt;📱, so you don’t miss new posts on the website 😉. If you have questions or just want to chat about the topic, feel free to join the Raven chat at &lt;a href="https://t.me/r4ven_me_chat"&gt;@r4ven_me_chat&lt;/a&gt;🧐.&lt;/p&gt;</description></item><item><title>Customizing Linux Mint 20/21 + Nord theme</title><link>https://r4ven.me/en/linux/kastomizaciya-linux-mint-20-nord-theme/</link><pubDate>Sun, 03 Jul 2022 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/linux/kastomizaciya-linux-mint-20-nord-theme/</guid><description>&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;This post is part of a series about smoothly switching &lt;a href="https://r4ven.me/en/tag/s-windows-na-linux/"&gt;from Windows to Linux&lt;/a&gt;. If you missed it, here&amp;rsquo;s a list of the previous parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://r4ven.me/en/it-razdel/instrukcii/poprobovat-linux-pryamo-v-windows/"&gt;Try Linux right inside Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://r4ven.me/en/it-razdel/instrukcii/ustanovka-linux-ryadom-s-windows/"&gt;Installing Linux alongside Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://r4ven.me/en/it-razdel/instrukcii/nachalnaya-nastrojka-linux-mint-20/"&gt;Initial setup of Linux Mint 20&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://r4ven.me/en/it-razdel/instrukcii/ustanovka-windows-prilozhenij-v-linux/"&gt;Installing Windows applications on Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today we&amp;rsquo;ll configure the appearance and desktop layout of the Linux Mint Cinnamon edition to our own preferences.&lt;/p&gt;
&lt;div
 class="alert alert-warning my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-warning) 10%, transparent);
 border-left-color: var(--color-warning);
 --hover-bg: color-mix(in srgb, var(--color-warning) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-warning) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-warning-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-warning-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 DISCLAIMER!
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-warning-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;I&amp;rsquo;d like to point out right away that all the actions described in this guide are done at your own risk. Please understand this. My blog is just a platform where I talk about my experience and share my opinion on various things and phenomena.&lt;/p&gt;</description></item></channel></rss>