summaryrefslogtreecommitdiff
path: root/.config/zsh/antigen_pkgs.zsh
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2021-02-09 22:36:25 +0100
committeraktersnurra <grydholm@kth.se>2021-02-09 22:36:25 +0100
commit4f5abfdfea416f80cf164861a8db74c911997e5f (patch)
treeb3993028f4c1d6e9ab580b518b8377d93c8cde7b /.config/zsh/antigen_pkgs.zsh
parent6453f0dbffd3d8efd04150d870b95c9cda34f57b (diff)
zsh antigen
Diffstat (limited to '.config/zsh/antigen_pkgs.zsh')
-rw-r--r--.config/zsh/antigen_pkgs.zsh11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/zsh/antigen_pkgs.zsh b/.config/zsh/antigen_pkgs.zsh
new file mode 100644
index 0000000..555aa24
--- /dev/null
+++ b/.config/zsh/antigen_pkgs.zsh
@@ -0,0 +1,11 @@
+source $HOME/.config/zsh/antigen.zsh
+
+# Load Packages
+antigen bundle git
+antigen bundle pip
+antigen bundle command-not-found
+antigen bundle zsh-users/zsh-syntax-highlighting
+antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh
+
+# Done
+antigen apply