From 131e2197f405307d1bc60e6d3888818506693437 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sat, 6 Oct 2018 13:34:38 -0400 Subject: added zshrc --- .zshrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..83af719 --- /dev/null +++ b/.zshrc @@ -0,0 +1,23 @@ +source /usr/share/zsh/share/antigen.zsh + +# Load the oh-my-zsh's library. +# antigen use oh-my-zsh + +# Bundles from the default repo. +# antigen bundle git +# antigen bundle refined +# antigen bundle command-not-found +# antigen bundle vi-mode + +# Syntax highlighting bundle. +antigen bundle zsh-users/zsh-syntax-highlighting +# Load the theme. +antigen bundle mafredri/zsh-async +#antigen bundle DFurnes/purer +antigen bundle sindresorhus/pure +# Tell Antigen that you're done. +antigen apply + + +################################################ +bindkey -v -- cgit v1.2.3-70-g09d2