summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-09 07:37:14 +0800
committerZhineng Li <[email protected]>2026-01-09 07:37:14 +0800
commitd26bcbeb4b9d27ca7b7f514ab4d935a4710525ef (patch)
tree48c15702ddbe4feba4aec35e0a059d923e924f14
parentd14dee98c6e931ce90181935aa6a9581f1533a7c (diff)
apply zsh configurations
-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"