aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-28 19:54:59 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-28 19:54:59 -0500
commit92b52d1de16d9bd2a3004f891de375e433f84da9 (patch)
tree41b88d4301ec4fef89e07c7b07884fbd82db2fbd /zshrc
parent0b532e89fca6b8858438d9ea7385ac66043cb9c6 (diff)
fix: fixed cache issue
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc15
1 files changed, 14 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index e2d854b..1374090 100644
--- a/zshrc
+++ b/zshrc
@@ -18,4 +18,17 @@ source $ZSH_BASE/zsh/prompt.zsh
source $ZSH_BASE/zsh/aliases.zsh
source $ZSH_BASE/zsh/keybindings.zsh
[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh
-source $ZSH_BASE/zsh/antigen.zsh
+
+antigen use oh-my-zsh
+antigen bundle git
+antigen bundle fzf
+antigen bundle dotnet
+antigen bundle docker
+antigen bundle docker-compose
+antigen bundle command-not-found
+antigen bundle wakeonlan
+antigen bundle zsh-users/zsh-syntax-highlighting
+antigen bundle zsh-users/zsh-autosuggestions
+antigen bundle memark/zsh-dotnet-completion
+antigen theme romkatv/powerlevel10k.git
+antigen apply \ No newline at end of file