13 lines
229 B
Bash
13 lines
229 B
Bash
#Confi
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
#Theme
|
|
# ZSH_THEME="bira"
|
|
|
|
#plugins
|
|
plugins=(git kubectl docker npm pip sudo macos zsh-autosuggestions command-not-found zsh-syntax-highlighting 1password)
|
|
|
|
#Source
|
|
source $ZSH/oh-my-zsh.sh
|
|
|