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
- Host: GitHub
- URL: https://github.com/thujuli/kitty-fish
- Owner: thujuli
- Created: 2022-10-08T01:25:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T02:40:13.000Z (over 3 years ago)
- Last Synced: 2025-02-01T19:23:15.157Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`