mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Shout-out to stow, it deserves to be used :-)
This commit is contained in:
parent
355808b0f6
commit
2787e86fd7
1 changed files with 8 additions and 0 deletions
|
|
@ -48,6 +48,14 @@ particular desktop, but it should work for most major desktop environments.
|
|||
# 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
|
||||
|
||||
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:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
cd ~/.local/stow
|
||||
stow -v kitty.app
|
||||
|
||||
|
||||
Customizing the installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue