From 68657ef0bf79a4e1690aff0985517bc70be53b88 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Sat, 5 Mar 2022 23:11:10 -0500 Subject: [PATCH] add plan file Signed-off-by: Naman Sood --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 30b438d..22129a5 100755 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ set -euo pipefail DOTFILES=( vimrc zshrc + plan ) echo "Setting up oh-my-zsh"