win-term-diks
Описание
Make Windows Terminal Beatiful ~ Windows Terminal is a modern terminal application for developers who frequently uses command-line tools such as Powershell. I’ll show you how to customize the hell out of Windows Terminal and Powershell so that you can flex on your friends and colleagues 😎.
Make Windows Terminal Beatiful ~
Installation
Fonts
Nerd Fonts refer to programming fonts that are patched with a high number of glyphs (icons). Using a nerd font in Windows Terminal is essential because normal monospace fonts cannot render icons properly:

- Go to https://www.nerdfonts.com
- Download font would u like, for me its JetBrainsMono

- Unzip file, go to folder and install fonts

- Restart your Windows Terminal by closing and re-opening it.
- Go to Settings → “Windows Powershell” profile → “Appearance” tab → “Font face”, and choose your newly installed Nerd Font.
oh-my-posh
Windows:
- Open Terminal and run command.
- Open ps profile.
- Paste your Prompt.
- Restart your Terminal. Your Powershell should now load Oh My Posh automatically
Linux (bash):
- Install the latest version for your system by running the following command:
- Add the following snippet as the last line to
(could be~/.bashrcor~/.profiledepending on your environment):~/.bash_profile
- Restart your Terminal.
Change Theme
Oh My Posh comes with >70 themes included out-of-the-box. Check out the “Themes” page documentation for a gallery of preinstalled themes.
Enable transparent background and Color Scheme in Windows Terminal
- Open the Terminal settings
To open the settings, you can either hit
(Windows), or go to the dropdown-arrow in the navigation bar and selectctrl+,.settings
You'll see your or get a chance to click and open it in your favorite editor, and this is where you'll make the changes.
2. Full transparency
To enable the full transparency, define the following settings in your settins.json:
Here's an example:
Opaque/acrylic transparency
To enable acrylic transparency, you can define the boolean property, along with the which is a number to specify the transparency between 0 and 100.
Color Scheme
My color scheme is a slightly modified version of XCAD. To install the color scheme:
- Open Settings in Windows Terminal and press the “Open JSON file” button at the bottom left corner. It will open
in Notepad.settings.json - In
, scroll down to find thesettings.jsonfield, which accepts an array of color scheme objects. Next, paste in my color scheme object before the first object in the array (note that object order does not matter)."schemes"
- Save your changes and head back to Windows Terminal. Go to Settings → "Windows Powershell" profile → "Appearance" tab → "Color Scheme", and choose the new color scheme. Then, press "Save".
Neofetch
As an added bonus, we’ll install neofetch, a command-line tool that prints out system information.
- Run Windows Terminal as administrator. To do that, search “Windows Terminal” in the Start Menu, right click the item, and press “Run as administrator”
- In Powershell, run the command:
- Restart your Terminal. Then, run
to see if it’s correctly installed.neofetch
To get a wow effect, do not forget to put a beautiful wallpaper :) I use Wallpaper Engine, with Cybering Wallpapers

Screenshots

