aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Goncharow <Alec.Goncharow@gmail.com>2018-10-06 13:34:38 -0400
committerAlec Goncharow <Alec.Goncharow@gmail.com>2018-10-06 13:34:38 -0400
commit131e2197f405307d1bc60e6d3888818506693437 (patch)
tree057ba73f546ca90834040a42ec48e3b63909b395
parentb5fa2c10a7053043251d77d395ab43e92aea6abe (diff)
added zshrc
-rw-r--r--.zshrc23
1 files changed, 23 insertions, 0 deletions
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