summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/plugins.zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 15:09:41 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-28 15:09:41 -0500
commitf50312fcb7b1b87a19ea7ff61cc3f0a194aa77ed (patch)
treef9ff31246fc2904e7a445e34f137ae11d385dc52 /zsh/plugins.zsh
parent34c75ac81b0f5bc7ce5f486dce4787ddc433d8e4 (diff)
feat: updated shell configs
Diffstat (limited to 'zsh/plugins.zsh')
-rw-r--r--zsh/plugins.zsh14
1 files changed, 14 insertions, 0 deletions
diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh
new file mode 100644
index 0000000..bc2ebe4
--- /dev/null
+++ b/zsh/plugins.zsh
@@ -0,0 +1,14 @@
+source $ZSH_BASE/antigen/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 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