Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/kitty-terminal
Kitty terminal dotfiles
https://github.com/heldrida/kitty-terminal
Last synced: about 1 month ago
JSON representation
Kitty terminal dotfiles
- Host: GitHub
- URL: https://github.com/heldrida/kitty-terminal
- Owner: heldrida
- Created: 2022-06-26T17:13:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T01:04:31.000Z (about 2 years ago)
- Last Synced: 2024-12-30T10:19:03.602Z (about 1 month ago)
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kitty terminal dot files
Kitty is a fast, feature-rich, GPU based terminal emulator
## Fonts
Find a suitable font at:
[Nerd fonts](https://www.nerdfonts.com/)
[Nerd fonts repo](https://github.com/ryanoasis/nerd-fonts#option-3-install-script)
[Homebrew cask fonts](https://github.com/Homebrew/homebrew-cask-fonts/tree/master/Casks)
Find how they look like:
https://www.programmingfonts.org/#firacode
For example, installed via homebrew cask fonts:
Add tap
```sh
brew tap homebrew/cask-fonts
```Install
Kitty-themes submodule
```sh
git submodule update --init --recursive
``````sh
brew install font-fira-code-nerd-font
```Find the kitty compatible fonts by:
```sh
kitty +list-fonts
```# Themes
```sh
kitty +kitten themes
```[Preview themes](https://github.com/dexpota/kitty-themes)
## Reference:
https://sw.kovidgoyal.net/kittyhttps://github.com/dexpota/kitty-themes