summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-22 06:00:39 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-22 06:00:39 -0400
commit354923f337c17127503dcbd209d090d978e0ecff (patch)
treea0f1411832cdee22bb934192765e77404e0f1ffc /setup.sh
parent7cfd18ea5b00c316d23706d5a42b54705105fbf2 (diff)
Add zoxide and fzf configs
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 95d2ce8..16d76da 100755
--- a/setup.sh
+++ b/setup.sh
@@ -8,6 +8,7 @@ git submodule update --init --recursive
$STOW common
$STOW zsh
+touch $HOME/.zshrc.local
source $HOME/.zshenv
if which xmonad >/dev/null; then