My Setup Terminal 2022

My Setup Terminal 2022

I love using the terminal same as most of the developers for that every time I change my operating system, for that, I need to configure my terminal.

bellow most setups terminal I did it

1- Jump

Jump on Github

Jump integrates with your shell and learns about your navigational habits by keeping track of the directories you visit. It gives you the most visited directory for the shortest search term you type.

2- Ranger

Ranger on Github

Ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type.

3- Gitmoji

Gitmoji on Github

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

4- Lolcat

Lolcat on Github

Lolcat Rainbows and unicorns!

5- Tree-cli

Tree-cli on Github

Tree-cli is a recursive directory listing program that produces a depth indented listing of files. With no arguments, tree lists the files in the current directory. When directory arguments are given, tree lists all the files and/or directories found in the given directories each in turn. Upon completion of listing all files/directories found, tree returns the total number of files and/or directories listed.

Summary

All of us as Developer has special setup for his terminal : )