summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-18 08:52:02 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-18 08:54:01 -0400
commitb7329264139f6f95d273947b4982084da300359a (patch)
treec77c4697d1274f729b281b7b9fbf88335f963208 /setup.sh
parent1bc1bbe52feb40f6b97e1aad0e15d52d1c345818 (diff)
Set new fonts
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh29
1 files changed, 15 insertions, 14 deletions
diff --git a/setup.sh b/setup.sh
index 21c7385..5d0f3ad 100755
--- a/setup.sh
+++ b/setup.sh
@@ -9,6 +9,21 @@ git submodule update --init --recursive --depth 1
touch ~/.zshrc.local
touch ~/.zshenv.local
+echo "Cloning Chemacs2"
+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
$STOW direnv
@@ -29,20 +44,6 @@ 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
- 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
-
fc-cache || true
tools=(