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,6 +0,0 @@
#!/bin/zsh
for src in $argv; do
dest=$src:r.png
[[ $src = *.png ]] && dest=${src:r}_twitter.png
magick $src -alpha set -fill 'rgba(0,0,0,0)' -draw 'color 0,0 point' $dest || exit $?
done