diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2018-10-10 21:12:18 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2018-10-10 21:12:18 +0200 |
commit | 17b5541547b07a4154c7603a4f20ddc3ca519f35 (patch) | |
tree | d6629df602fcdd69f876081dbd891208032d2f37 /.zsh_antigen | |
parent | 336c376355be57d54be3437655ea99d6d1c8c708 (diff) |
Add antigen, install a few plugins
Diffstat (limited to '.zsh_antigen')
-rw-r--r-- | .zsh_antigen | 17 |
1 files changed, 17 insertions, 0 deletions
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 + |