-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.zpreztorc
93 lines (69 loc) · 2.29 KB
/
.zpreztorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# vim: ft=zsh
zstyle ':prezto:*:*' color 'yes'
zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'osx' \
'git' \
'node' \
'ruby' \
'rails' \
'python' \
'archive' \
'homebrew' \
'directory' \
'spectrum' \
'bkudria' \
'utility' 'completion' \
'syntax-highlighting' 'history-substring-search' 'autosuggestions' 'prompt' \
'command-not-found' \
'tmux' \
'belak/direnv' \
'belak/alias-tips'
zstyle ':prezto:module:editor' key-bindings 'emacs'
zstyle ':prezto:module:prompt' theme 'powerlevel10k'
zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'root'
zstyle ':prezto:module:terminal' auto-title 'yes'
# Set the window title format.
# zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# Set the tab title format.
# zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
#
# Tmux
#
# Auto start a session when Zsh is launched in a local terminal.
zstyle ':prezto:module:tmux:auto-start' local 'yes'
# Auto start a session when Zsh is launched in a SSH connection.
zstyle ':prezto:module:tmux:auto-start' remote 'yes'
# Integrate with iTerm2.
zstyle ':prezto:module:tmux:iterm' integrate 'yes'
# Set session name
zstyle ':prezto:module:tmux:session' name 'main'
# Autosuggestions color
zstyle ':prezto:module:autosuggestions:color' found 'fg=8'
zstyle ':prezto:module:enhancd' command 'fzy:peco'
zstyle ':prezto:module:enhancd' command 'c'
zstyle ':prezto:module:enhancd' show-fullpath 'ENHANCD_DOT_SHOW_FULLPATH'
zstyle ':prezto:module:alias-tips' text 'ℹ '
# Use keybindings
zstyle ':prezto:module:fzf' key-bindings 'yes'
# Use completion
zstyle ':prezto:module:fzf' completion 'yes'
# Set height of the fzf results (comment for full screen)
zstyle ':prezto:module:fzf' height '30%'
# Open fzf results in a tmux pane (if using tmux)
zstyle ':prezto:module:fzf' tmux 'no'
# Set colorscheme
# A list of available colorschemes is available in color.zsh
# To add more color schemes of your own, consult
# https://github.com/junegunn/fzf/wiki/Color-schemes and add values to the
# color.zsh file accordingly
zstyle ':prezto:module:fzf' colorscheme 'Solarized Dark'