An open API service indexing awesome lists of open source software.

https://github.com/mrluisfer/kitty

Basic setup Config and Themes for Kitty Shell
https://github.com/mrluisfer/kitty

config dotfiles kitty kitty-terminal

Last synced: 3 months ago
JSON representation

Basic setup Config and Themes for Kitty Shell

Awesome Lists containing this project

README

        

# 🐱 Kitty Basic Config
Basic setup Config and Themes for Kitty Shell

## Setup
First of all you need to have the kitty terminal installed\

You can do it with the following commands:

- *Debian, Ubuntu, PopOs*:
```bash
$ apt install kitty
```

- *Manjaro, Arch, etc...`
```bash
$ yay -S kitty
```
or
```bash
$ pacman -S kitty
```

To configure the kitty terminal, you need to create the `kitty` folder inside `~/.config`\
You can run the following command:
```bash
$ mkdir ~/.config/kitty && cd ~/.config/kitty
```

And clone the repository:
```bash
$ git clone -b main https://github.com/mrLuisFer/kitty.git .
```

Or if you use a different package manager you can check the official page

- [https://kitty](https://sw.kovidgoyal.net/kitty/)
- [https://kitty/binary](https://sw.kovidgoyal.net/kitty/binary/)

### Requirements
You should have installed a **Nerd Font**, you can do it with the following link:

- [https://nerdfonts.com](https://www.nerdfonts.com/font-downloads)