Merge branch 'master' of https://github.com/jean/kitty
This commit is contained in:
commit
c73132610e
@ -48,6 +48,13 @@ particular desktop, but it should work for most major desktop environments.
|
|||||||
# Update the path to the kitty icon in the kitty.desktop file
|
# Update the path to the kitty icon in the kitty.desktop file
|
||||||
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|Icon=kitty|Icon=/home/$USER/.local/kitty.app/share/icons/hicolor/256x256/apps/kitty.png|g" ~/.local/share/applications/kitty.desktop
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
If you use the venerable `stow <https://www.gnu.org/software/stow/>`_
|
||||||
|
command to manage your manual installations, the following takes care of the
|
||||||
|
above for you (use with `dest=~/.local/stow`)::
|
||||||
|
|
||||||
|
cd ~/.local/stow
|
||||||
|
stow -v kitty.app
|
||||||
|
|
||||||
|
|
||||||
Customizing the installation
|
Customizing the installation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user