Skip to content

Here you'll find the steps that I do to customize my linux terminal

Notifications You must be signed in to change notification settings

rayenghanmi/customizing-linux-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Customizing linux terminal

Here you'll learn how to customize your linux terminal

Screenshot from 2023-08-14 08-16-43

Prerequisites:

And now let's get started:

1. Open your terminal and type:

nano .bashrc
  • Then hit enter and past the following lines at the end of your .bashrc:
colorscript -r
fortune | lolcat -g ba50a1:8350ba -h 1 -v 1

2. After setting up everything correctly you should get something like this after relaunching your terminal:

Screenshot from 2023-08-14 08-35-16 3. Now you need to configure your starship's config file:

  • Open up a terminal window and type
git clone https://github.com/rayenghanmi/dotfiles.git
  • Then:
cd dotfiles/

cp starship.toml ~/.config/starship.toml

Important

Keep in mind that you need to use a Nerd font on your terminal for the starship customizations to work.

4. Relaunch your terminal and everything should be ok:

Screenshot from 2023-08-14 08-16-43

Note

If you're facing any problem, don't hesitate to contact me.

About

Here you'll find the steps that I do to customize my linux terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published