diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh
new file mode 100644
index 00000000..95501487
--- /dev/null
+++ b/tag-zsh/zsh/configs/plugins.zsh
@@ -0,0 +1,6 @@
+source /usr/local/share/antigen/antigen.zsh
+
+antigen bundle zsh-users/zsh-autosuggestions
+antigen bundle zsh-users/zsh-syntax-highlighting
+
+antigen apply
\ No newline at end of file