How To Make Your Terminal Look Awesome on Windows 11
When developing applications we are always using the terminal, so why not make it look half-decent by using themes and plugins to improve our workflow?
We will be using WSL2 (Windows Subsystem for Linux) to make our terminal look and feel awesome whi...
dylansleith.hashnode.dev4 min read
Rupesh Biswas
Awesome guide. Thanks.
To add if anyone is facing issue of git showing all files as modified you can run the below command.
git config --global core.autocrlf true
The issue occurs due to git confusing between windows and Linux file systems.