summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-24 09:00:47 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-02 09:12:42 -0500
commit514b3abfc33eb6b0e2eecec5fe6cae35ac1dbbcd (patch)
tree7ea822051221e391beae6fe9dd3791f242c39e4a /setup.sh
parenta529e16a5e4a9ea2daf515c49fd52056fa7614fa (diff)
update setup code
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 9b0f1d8..587a64c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -6,6 +6,9 @@ STOW="stow -R --no-folding -v"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1
+touch ~/.zshrc.local
+touch ~/.zshenv.local
+
$STOW common
$STOW zsh
touch $HOME/.zshrc.local
@@ -28,6 +31,7 @@ if which emacs >/dev/null; then
if [[ ! -e ~/.emacs.d ]]; then
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
fi
+ doom install
doom sync # Too slow!
fi