kitty->kitten typo

This commit is contained in:
Kovid Goyal 2023-02-01 19:11:39 +05:30
parent 17d2315d0c
commit a280328731
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -49,7 +49,7 @@ particular desktop, but it should work for most major desktop environments.
# Create symbolic links to add kitty and kitten to PATH (assuming ~/.local/bin is in # Create symbolic links to add kitty and kitten to PATH (assuming ~/.local/bin is in
# your system-wide PATH) # your system-wide PATH)
ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitty ~/.local/bin/ ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitten ~/.local/bin/
# Place the kitty.desktop file somewhere it can be found by the OS # Place the kitty.desktop file somewhere it can be found by the OS
cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/ cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/
# If you want to open text files and images in kitty via your file manager also add the kitty-open.desktop file # If you want to open text files and images in kitty via your file manager also add the kitty-open.desktop file