DEV Community

Cover image for How to change the apperance of your terminal
tanish vashisth
tanish vashisth

Posted on • Updated on

How to change the apperance of your terminal

Kitty Terminal Configuration

SS

more screenshot

This repository contains my personal configuration for the Kitty terminal emulator, tailored to enhance my development workflow and make the terminal experience more enjoyable. Kitty is a fast, feature-rich, GPU-accelerated terminal emulator.

Installation

Install Kitty Terminal:

If you haven't installed Kitty yet, follow the official installation instructions.

Clone this Repository:

   git clone https://github.com/Prome-theus/Kitty-dotfiles
Enter fullscreen mode Exit fullscreen mode

Copy Configuration Files:

Navigate to the cloned directory and copy the configuration files to the appropriate locations:

   cp kitty.conf ~/.config/kitty/
   cp tanish.omp.json ~/.config/kitty
Enter fullscreen mode Exit fullscreen mode

Restart Kitty Terminal:

Restart the Kitty terminal for the changes to take effect.

Install OMP(OH_MY_POSH):

installation guide OMP

for arch linux :

   yay -S oh-my-posh
Enter fullscreen mode Exit fullscreen mode

for windows

   winget install JanDeDobbeleer.OhMyPosh -s winget
Enter fullscreen mode Exit fullscreen mode

Install fonts:(optional)

VictorMono Nerd Font.

Activate Oh-my-posh :

   oh-my-posh init
Enter fullscreen mode Exit fullscreen mode

than install font

   oh-my-posh font install
Enter fullscreen mode Exit fullscreen mode

select VictorMono nerd font

Copy the config files:

   cp -f config.fish ~/.config/fish/
Enter fullscreen mode Exit fullscreen mode

Enjoy using the Kitty terminal with this configuration! If you find it helpful, don't forget to give it a star. Happy coding! ๐Ÿš€

Top comments (0)