dots/bin/setup.sh

12 lines
166 B
Bash
Raw Permalink Normal View History

2024-08-07 14:45:13 +00:00
#!/bin/bash
if [ -d "~/bin" ]; then
echo "detected existing ~/bin"
echo "please backup, remove, and try again"
exit 1
fi
mkdir ~/bin
stow -t ~/bin bin