summaryrefslogtreecommitdiff
path: root/public/zsh/.antigenrc
diff options
context:
space:
mode:
authorChristian Segundo2023-10-12 14:23:49 +0200
committerChristian Segundo2023-10-12 14:23:49 +0200
commit449a6f57a36862a8ff27b2a3cee0922f4e4d949e (patch)
treec9d0d9f9d055e89a5046c75b613fc8bafea5715c /public/zsh/.antigenrc
parent0b7186eac839b8690f8951aca4fc2657944ab3b6 (diff)
downloaddotfiles-449a6f57a36862a8ff27b2a3cee0922f4e4d949e.tar.gz
Add zsh
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