From 8c696a7b6f5d6f915ce332a1df63c4d9f93a88a1 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Sun, 16 Apr 2023 22:25:28 -0500 Subject: [PATCH] Update setup.sh --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 9e5afe7..b660ee2 100644 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,5 @@ #/usr/bin/env bash # Setup script. +git clone --recurse-submodules https://github.com/kreeger/zshrc.git $HOME/.zsh +ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc