aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/antigenrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-05 10:36:30 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-05 10:36:30 -0500
commitef4ec79dabbdfe65d9691caf7e11dac616ab8f36 (patch)
tree42e6ade886c085f99ac5acbd3657c542ab42f27e /antigenrc
parentbef6cd33cf9b5dbaa7ee9393d12f850eb7de68a7 (diff)
perf: moved antigen setup to antigenrc, improves cache performance
Diffstat (limited to 'antigenrc')
-rw-r--r--antigenrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/antigenrc b/antigenrc
new file mode 100644
index 0000000..2d37d06
--- /dev/null
+++ b/antigenrc
@@ -0,0 +1,17 @@
+#!/usr/bin/env zsh
+
+antigen use oh-my-zsh
+antigen theme romkatv/powerlevel10k.git
+antigen bundles <<EOBUNDLES
+ git
+ fzf
+ dotnet
+ docker
+ command-not-found
+ wakeonlan
+ zsh-users/zsh-syntax-highlighting
+ zsh-users/zsh-autosuggestions
+ memark/zsh-dotnet-completion
+ https://gitlab.com/noammac/dotfiles plugins/cht.sh
+EOBUNDLES
+antigen apply