Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 24, 2022 03:02 pm GMT

How to install kitty terminal emulator

Kitty is a free open source GPU based terminal emulator for Linux and MacOS. It uses lower system resources and threaded rendering to run kitty faster. It comes with mouse , uni-code, true-color and focus tracking support. It also comes with extensions support. Using this you can enable some advanced features in your kitty terminal. You can tile multiple kitty terminal windows side by side. It also comes with graphics, scripts, startup sessions and shell prompt support.

open up the terminal then:

Method: 1
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
ln -s ~/.local/kitty.app/bin/kitty ~/.local/bin/
cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications

Method: 2
sudo apt update
sudo apt install kitty
kitty


Original Link: https://dev.to/dumboprogrammer/how-to-install-kitty-terminal-emulator-3ap1

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To