Skip to content

How to auralize your windows subsystem for linux on windows

Notifications You must be signed in to change notification settings

fl0wstate/wsl-Rice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How to Rice Your WSL Terminal v1.0.0

intro

Initial Setup

First off, I believe you have already installed WSL in your Windows Terminal. If not, just run the following command:

wsl --install

By default, it will install the latest Ubuntu OS available at the moment. Complete all the necessary login information and finish the installation. After everything is done, you will need to update all your packages using the following commands:

sudo apt update -y  # This will update your Ubuntu instance in the Windows Terminal.
sudo apt upgrade -y # This will upgrade all the required packages that need upgrading.

Add-ons (Not Required but Highly Recommended)

  1. Visit the Nerd Fonts website to download fonts that will support some dev-icons later on. Nerd Fonts
  2. Choose any font you like, download it, and extract the zip file to a directory of your choice.
  3. Open the font you want to use, and at the top left corner of the window, you should see an install button. Click it to install the font into your system.
  4. Close the tab, and now open a new instance of the terminal. Press <CTRL>, to open your terminal settings.
  5. Hover over the defaults icon. Once there, you should be able to see all the available options to make the changes you like.

Here Are My Default Settings

  • Most of the options are left by default, but you can still select them to fit your liking.

  • Go to Additional Settings > Appearance. You should see a window similar to mine:

    Pasted image 20240725173639.png

Customization

Now we are on the most fun part of making customization.

  1. For themes, you will need to add some of them. I get mine from this site: Windows Terminal Themes
  2. Feel free to select the ones you like.
  3. Play around with the other options to fit your preferences.
  4. For the background image, scroll down to the respective option and select the image you like.

Another Way to Customize

  1. When downloading the terminal theme as mentioned above, the color schemes will be copied to your clipboard, and you need to know where to place it.
  2. Below the photo above, you can view the settings icon with Open JSON file. This is where all your settings are stored once you have saved all the changes.
  3. Open the file, and by default, it will open with your preferred editor.
  4. Go to the color scheme option and copy it there.

Pasted image 20240725175952.png

  1. Right under these schemes, add a , after the closing brackets of the previous scheme.
  2. Then paste the downloaded theme from the Windows Terminal Themes.
  3. After all is done, close the file and fire up your terminal. Head over to Defaults > Appearance > Color Schemes. There you should see your downloaded scheme.
  4. Here is my finished product:

Screenshot 2024-07-25 184222.png

Don't forget to share your riced terminal on X if you were successful with this guide: @k_flowstate.


If you have any further adjustments or specific areas you'd like to improve, let me know!

About

How to auralize your windows subsystem for linux on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published