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

https://github.com/thujuli/kitty-fish

Configuration for Kitty and Fish for daily driver
https://github.com/thujuli/kitty-fish

Last synced: 5 months ago
JSON representation

Configuration for Kitty and Fish for daily driver

Awesome Lists containing this project

README

          

# kitty-fish
Configuration for Kitty and Fish for daily driver
## Install Kitty Terminal
`sudo apt install kitty`
## Keyboard Shortcuts for Kitty
> [Ubuntu](https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html.en)

> Shortcut: Ctrl + Alt + t
## Install Fish Shell
- `sudo apt-add-repository ppa:fish-shell/release-3`
- `sudo apt update`
- `sudo apt install fish`
## Setup Fish for default shell
- `echo /usr/local/bin/fish | sudo tee -a /etc/shells`
- `chsh -s /usr/bin/fish`