summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-28 04:54:52 -0700
committerKjetil Orbekk <kj@orbekk.com>2022-09-28 04:54:52 -0700
commit9a6135166ff591304c8700662033a858e7b440f7 (patch)
tree4f83065099cd114cf2e49595bccf296698969de8 /setup.sh
parent1105d23a5e950958c992a7f931eb0b7e02ae53ec (diff)
add chemacs install
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 0c85ba8..3b514b5 100755
--- a/setup.sh
+++ b/setup.sh
@@ -29,6 +29,10 @@ if [[ $# -ge 1 && $1 == "fast" ]]; then
exit
fi
+if [[ ! -e ~/.config/emacs ]]; then
+ git clone https://github.com/plexus/chemacs2.git ~/.config/emacs
+fi
+
doom_path=~/build/doom-emacs
if which emacs >/dev/null && [[ ! -e $doom_path ]]; then
git clone https://github.com/plexus/chemacs2.git ~/.config/emacs