DEV Community

Cover image for How to change the apperance of your terminal
Bogusdeck
Bogusdeck

Posted on • Edited on

1

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! 🚀

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay