From 17b5541547b07a4154c7603a4f20ddc3ca519f35 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Wed, 10 Oct 2018 21:12:18 +0200 Subject: Add antigen, install a few plugins --- .zsh_antigen | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .zsh_antigen (limited to '.zsh_antigen') diff --git a/.zsh_antigen b/.zsh_antigen new file mode 100644 index 0000000..4ba1f84 --- /dev/null +++ b/.zsh_antigen @@ -0,0 +1,17 @@ +antigen bundle 'https://github.com/willghatch/zsh-saneopt' + +antigen bundle 'https://github.com/joel-porquet/zsh-dircolors-solarized' +antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting' + +antigen bundle 'https://github.com/MikeDacre/tmux-zsh-vim-titles' + +antigen bundle 'https://github.com/nojhan/liquidprompt' + +antigen bundle 'https://github.com/laurenkt/zsh-vimto' + +antigen bundle 'https://github.com/MichaelAquilina/zsh-you-should-use' + +antigen bundle 'https://github.com/desyncr/auto-ls' + +antigen apply + -- cgit v1.2.3