From 605f912190fcd38deafd76c2b60ace6403133237 Mon Sep 17 00:00:00 2001 From: Rui Coelho Date: Fri, 28 Oct 2016 12:27:32 +0100 Subject: [PATCH] Initial OSX environment --- runcoms/zpreztorc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 69697777..1018b892 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -32,6 +32,16 @@ zstyle ':prezto:load' pmodule \ 'spectrum' \ 'utility' \ 'completion' \ + 'fasd' \ + 'deer' \ + 'zsh-notify' \ + 'homebrew' \ + 'osx' \ + 'git' \ + 'syntax-highlighting' \ + 'history-substring-search' \ + 'autosuggestions' \ + 'autoenv' \ 'prompt' # @@ -55,7 +65,7 @@ zstyle ':prezto:module:deer' key-bindings '^k' zstyle ':prezto:module:editor' key-bindings 'emacs' # Auto convert .... to ../.. -# zstyle ':prezto:module:editor' dot-expansion 'yes' +zstyle ':prezto:module:editor' dot-expansion 'yes' # # Git @@ -168,4 +178,4 @@ zstyle ':prezto:module:prompt' theme 'sorin' # zstyle ':prezto:module:tmux:auto-start' remote 'yes' # Integrate with iTerm2. -# zstyle ':prezto:module:tmux:iterm' integrate 'yes' +zstyle ':prezto:module:tmux:iterm' integrate 'yes'