Good day Guys 🙋♂️, So this present day I’m extra into terminal styling and there are a large number of equipment to be had that may change the theme of our termux app however In all of the theme converting equipment and scripts there have been no unmarried one that may Upload Icons in my termux. So this put up goes to be in particular about how you’ll be able to upload icons in your information and folders for your termux with 4 easy steps 🔥.
What’s Termux LSD?
Termux LSD is a extra beautified model of termux ls This is used to record all of the directories in a folder. In termux lsd you are going to see all of the folders and information in numerous color relying upon their record layout and all of the information and folder may have a correct icon to turn its record sort, like for all of the folders within the termux you are going to see “📁 folder_name” roughly layout.
This distinctive method of exhibiting information is what makes termux lsd so distinctive. It is going to alternate the colors of the ls out put and type them in color classes like, all of the MP3 information shall be in red color and all of the folders shall be in blue colors. It is going to additionally give a greater tree output too. Termux LSD is only a package deal that you’ll be able to set up with simple pkg command however to arrange it correctly we wish to observe some steps, the principle step is to install font superior font in termux.
How one can Set up Report & Folder Icons in Termux :
To put in Report & Folder Icons in Termux it’s important to observe underneath easy steps, be sure you don’t omit the rest as it may not paintings in any respect.
Step 1: Set up Termux LSD Package deal In Termux:
To put in lsd package deal in termux you simply need to sort underneath command in termux, and the package deal shall be put in in few seconds, The dimensions of the lsd package deal is tiny, so that you would not have to fret about it despite the fact that you’re the use of cellular information.
pkg set up lsd
Step 2: Set up Nerd Font In Termux:
Nerd font is a font that may supply us with the icons that shall be added in entrance of our information and folders, there are several types of nerd fonts, and you’ll be able to set up any font you need from the Nerd font website. On this put up, I’m going to turn you ways you’ll be able to set up my favorite nerd font this is hack nerd font. The font set up is in point of fact difficult, so Simply reproduction and paste underneath command for your termux and nerd font shall be robotically put in in your termux.
cd && cd .termux && curl -fLo font.zip https://github.com/ryanoasis/nerd-fonts/releases/obtain/v2.1.0/Hack.zip && mkdir fonts && mv font.zip fonts && cd fonts && unzip font.zip && mv “Hack Common Nerd Font Entire.ttf” .. && cd .. && mv “Hack Common Nerd Font Entire.ttf” font.ttf && rm -rf fonts
Step 3: Upload alias In Termux:
To get the simpler output from ls command, we need to upload an alias within the bash.bashrc record to get lsd output from ls command. Simply paste the underneath command and the alias shall be completely added.
echo alias ls=lsd >> /information/information/com.termux/information/usr/and many others/bash.bashrc
If you wish to take away this alias for some reason why, then you’ll be able to move at /information/information/com.termux/information/usr/and many others/bash.bashrc record and take away the remaining line.
Step 4: Reload Termux Settings:
Now the entirety is finished, and also you simply need to reload all of the settings in order that we will see icons within the terminal. You’ll be able to additionally Restart your termux Or simply sort the underneath command.
termux-reload-settings
Now each time you are going to sort ls command you are going to see icons subsequent in your information and folders.
Ultimate Glance :
Now after doing all of the 4 steps correctly you are going to see icons prior to all of the information you will have for your termux. The colors will even alternate relying on upon the record sort. I’ve handiest few record sorts underneath, however virtually all of the sorts of record may have other icon, and it is going to be more straightforward to spot them and the person interface of your terminal will glance extra aesthetic.
Termux LSD is an actual grate package deal in the case of including icons within the termux, It is easy and makes your terminal extra aesthetic. I’ve used Hack font, however you’ll be able to upload any font you need. If you’re Looking to alternate your termux glance then you definately must test our [Termux Themes]. I’m Going to jot down extra of this particular terminal customization comparable posts so all of us could have distinctive taste of terminal. If in case you have any thought or questions you’ll be able to sort it in feedback, For now thank you for studying guys, and as all the time Keep Moral 👾.