it’s a cat command, innit?

fetch some meowing sound from the web and set it the bell sound of the terminal

taking kitty as example:

1
2
# .config/kitty/kitty.conf
bell_path ${HOME}/.config/kitty/nya.ogg

wrap cat command in the shell rc:

1
2
# .bashrc / .zshrc                         
alias cat='printf "\a">/dev/tty;cat'