summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-09-09 13:35:18 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-09-25 20:50:43 -0400
commit1f193073276ff95294eaed81e507d845c9d7a984 (patch)
treef1dc988622bfcc9b7e3c71190cb0a7934f3909e9 /setup.sh
parent30c325c98192c95ea8639e9eb9ed0f1694ce0617 (diff)
Remove doom stuff
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