emacs/startkit/doom-emacs/install.sh

7 lines
155 B
Bash
Raw Normal View History

2018-12-11 18:21:17 +08:00
#! /bin/sh
DEST_DIR="$1"
git clone git@github.com:shen390s/doom-emacs.git $DEST_DIR && \
cd $DEST_DIR && \
cp init.example.el init.el && \
make install