emacs-scripts/install.sh
2022-12-09 07:37:48 -05:00

6 lines
44 B
Bash

#!/usr/bin/sh
cp dotemacs ~/.emacs
exit 0