all repos

dotfiles @ 5f71ccc

my dotfiles

bin/kittyreload (view raw)

1
2
#!/usr/bin/env bash
kill -SIGUSR1 "$(pidof kitty | awk '{ print $1 }')"