notes/os/x-ui/term/kitty/kitty.txt
Ihar Hancharenka 055c6d39ba m
2023-09-28 10:07:59 +03:00

18 строки
840 B
Plaintext

https://sw.kovidgoyal.net/kitty/
https://sw.kovidgoyal.net/kitty/index.html
https://github.com/kovidgoyal/kitty
https://sw.kovidgoyal.net/kitty/changelog.html
https://sw.kovidgoyal.net/kitty/conf.html
https://sw.kovidgoyal.net/kitty/remote-control.html
binary inst
https://sw.kovidgoyal.net/kitty/binary/
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
mkdir ~/.local/bin/
ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitten ~/.local/bin/
cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/
sed -i "s|Icon=kitty|Icon=/home/$USER/.local/kitty.app/share/icons/hicolor/256x256/apps/kitty.png|g" ~/.local/share/applications/kitty*.desktop
sed -i "s|Exec=kitty|Exec=/home/$USER/.local/kitty.app/bin/kitty|g" ~/.local/share/applications/kitty*.desktop