https://github.com/mcclowes/kitty
Config for Kitty terminal
https://github.com/mcclowes/kitty
config kitty macos terminal
Last synced: 5 months ago
JSON representation
Config for Kitty terminal
- Host: GitHub
- URL: https://github.com/mcclowes/kitty
- Owner: mcclowes
- Created: 2020-10-26T09:47:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T10:04:54.000Z (about 5 years ago)
- Last Synced: 2025-04-09T18:59:43.173Z (9 months ago)
- Topics: config, kitty, macos, terminal
- Homepage: https://sw.kovidgoyal.net/kitty/conf.html#conf-kitty-shortcuts-layout
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kitty config
Config for the terminal emulator, [Kitty](https://sw.kovidgoyal.net/kitty/index.html).
## Setup
1. Install kitty
`brew install cask kitty`
2. Clone this in the correct dir
`cd ~/.config && rm -rf kitty && git clone https://github.com/mcclowes/kitty`
### Extending this config
If you want to extend this config with your own settings, the best way is to make an additional config file to add your new rules to. Where there are config conflicts, this new config file will take precedence.
1. Make a new config
`mkdir new.conf`
2. Include it in this config
`echo 'include new.conf' >> kitty.conf`
3. Modify it as you see fit
`subl new.conf`
## Useful links
- [Config documentation](https://sw.kovidgoyal.net/kitty/conf.html#conf-kitty-shortcuts-layout)