aboutsummaryrefslogtreecommitdiff
path: root/install
blob: 3e28a2956045639176f7bae8e712df10a89d8f9a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash 
set -e
if [ -f ~/.ispell_default ]; then
cat <<'EOF' >&2
You already have a `~/.ispell_default`.  Move it out of the way.
EOF
exit 1
fi
ln -s "$(pwd)/dotispell_default" ~/.ispell_default