Migrate from .stow-rename to --dotfiles

This commit is contained in:
Danielle McLean 2023-10-23 15:16:31 +11:00
parent e344a02c65
commit c9c512486d
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
23 changed files with 0 additions and 2 deletions

View file

@ -1,13 +0,0 @@
#!/bin/zsh
: ${XDG_CACHE_HOME:=~/.cache}
MAC_KITTY=/Applications/kitty.app/Contents/MacOS
if (( $+commands[kitty] == 0 )); then
if [[ -x $MAC_KITTY/kitty ]]; then
path=($MAC_KITTY $path)
else
print "Sorry, kitty must be installed to use this script! https://sw.kovidgoyal.net/kitty" >&2
exit 1
fi
fi
exec kitty @ --to unix:$XDG_CACHE_HOME/kitty/kitty.sock "$@"