Kitty Terminal Configuration
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
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
Restart Kitty Terminal:
Restart the Kitty terminal for the changes to take effect.
Install OMP(OH_MY_POSH):
for arch linux :
yay -S oh-my-posh
for windows
winget install JanDeDobbeleer.OhMyPosh -s winget
Install fonts:(optional)
Activate Oh-my-posh :
oh-my-posh init
than install font
oh-my-posh font install
select VictorMono nerd font
Copy the config files:
cp -f config.fish ~/.config/fish/
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)