summaryrefslogtreecommitdiff
path: root/public/zsh/.antigenrc
diff options
context:
space:
mode:
Diffstat (limited to 'public/zsh/.antigenrc')
-rw-r--r--public/zsh/.antigenrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/zsh/.antigenrc b/public/zsh/.antigenrc
new file mode 100644
index 0000000..0206a26
--- /dev/null
+++ b/public/zsh/.antigenrc
@@ -0,0 +1,14 @@
+antigen use oh-my-zsh
+
+antigen bundle macos
+antigen bundle git
+antigen bundle fzf
+antigen bundle vi-mode
+antigen bundle zsh-users/zsh-autosuggestions
+antigen bundle zsh-users/zsh-completions
+antigen bundle zsh-users/zsh-syntax-highlighting
+antigen bundle superbrothers/zsh-kubectl-prompt
+
+antigen theme robbyrussell
+
+antigen apply