From 1f193073276ff95294eaed81e507d845c9d7a984 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 9 Sep 2023 13:35:18 -0400 Subject: Remove doom stuff --- setup.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.sh b/setup.sh index 8c74f88..01884e5 100755 --- a/setup.sh +++ b/setup.sh @@ -14,15 +14,6 @@ if [[ ! -e ~/.config/emacs ]]; then git clone https://github.com/plexus/chemacs2.git ~/.config/emacs fi -echo "Cloning doom" -doom_path=~/build/doom-emacs -if which emacs >/dev/null && [[ ! -e $doom_path ]]; then - unset DOOMDIR - unset EMACSDIR - git clone --depth 1 https://github.com/hlissner/doom-emacs $doom_path - $doom_path/bin/doom install - $doom_path/bin/doom sync # Too slow! -fi echo "Stow" $STOW common $STOW zsh -- cgit v1.2.3