Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
e344a02c65
commit
c9c512486d
23 changed files with 0 additions and 2 deletions
6
dot-local/bin/luma-to-png
Executable file
6
dot-local/bin/luma-to-png
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue