-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-config
64 lines (55 loc) · 941 Bytes
/
sample-config
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
# Sample .integralrc file
# Module order
integral_modules=(
"nix"
"visym"
"error"
"dir"
"git"
"jobs"
)
integral_right_modules=(
"time"
)
# Integral symbols
integral_prompt_color="10"
integral_prompt=(
"⎛"
"⎜"
"⎝"
"("
)
# Indicators used for your current vim keymap
integral_vim_indicators=(
"⎀" # insert
"⎁" # visual
"⎁" # v-line
"⎃" # normal
)
# Colors used for your current vim keymap
integral_vim_colors=(
"10" # insert
"13" # visual
"13" # v-line
"9" # normal
)
integral_dir_color="11"
integral_dir_format() { print ${PWD/$HOME/\⌂} }
integral_git_colors=(
"10" # branch
"13" # unstaged
"14" # staged
"11" # push
"11" # pull
)
integral_git_icons=(
"" # branch
"✎" # unstaged
"✓" # staged
"↑" # push
"↓" # pull
)
export integral_jobs_color="10"
integral_time_format="%I:%M %p"
# Autodetect if using nerd fonts
integral_kitty_integration="true"