summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 0 insertions, 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