-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
40 lines (29 loc) · 773 Bytes
/
.zshrc
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
# Oh My ZSH Settings
ZSH_TMUX_FIXTERM_WITH_256_COLOR=xterm-256color
ZSH_TMUX_AUTOSTART=false
ZSH_TMUX_AUTOSTART_ONCE=true
ZSH_TMUX_AUTOQUIT=false
# ZVM Settings
ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
export TERM=xterm-256color
antigen use oh-my-zsh
antigen bundle git
antigen bundle taskwarrior
antigen bundle kubectl
antigen bundle docker
antigen bundle tmux
antigen bundle terraform
antigen bundle aliases
antigen bundle jump
antigen bundle eza
antigen bundle asdf
antigen bundle jeffreytse/zsh-vi-mode
antigen bundle fzf
antigen bundle spaceship-prompt/spaceship-prompt
antigen bundle danarth/spaceship-taskwarrior@main
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
# Spaceship Prompt
spaceship add taskwarrior
EDITOR="nvim"
DISABLE_AUTO_TITLE=true