Replies: 2 comments 2 replies
|
Hmm strangely enough I don't have this problem. I installed kitty via homebrew - https://formulae.brew.sh/cask/kitty I have a brew file with all the stuff I use I then run If I just want to update any 1 particular tool, I can run |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The way I update kitty is by simply running the
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdincommand whenever a new release shows up. Though the problem with this approach is that I have to give permissions to the newly installed kitty to myDocuments,Downloadsand other folders that mac restricts access to, which is slightly annoying.People who use kitty on macos, how to do you get around this? I did a little bit of looking on the internet but couldn't find a nice solution other than completely disabling that feature :(
All reactions