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
- Host: GitHub
- URL: https://github.com/mrluisfer/kitty
- Owner: mrLuisFer
- License: mit
- Created: 2021-12-30T04:46:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T15:46:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T00:01:20.400Z (over 2 years ago)
- Topics: config, dotfiles, kitty, kitty-terminal
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)