summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index d4d9ed5..117861b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -60,3 +60,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# Configure the macOS
bash "$dotfiles/.macos"
+
+# Apply zsh configurations
+source "$HOME/.zshrc"