File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout : wiki
33title : 개발환경세팅
44summary : 새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)
55date : 2018-08-15 19:41:36 +0900
6- updated : 2021-04-20 06:14:25 +0900
6+ updated : 2021-07-12 12:37:05 +0900
77ktags : tools
88toc : true
99public : true
@@ -54,14 +54,15 @@ export ZSH=~/.oh-my-zsh
5454##################
5555# ZPLUG LOAD
5656##################
57- source ~/.zplug/init.zsh
57+ export ZPLUG_HOME=/usr/local/opt/zplug
58+ source $ZPLUG_HOME/init.zsh
5859
5960##################
6061# ZPLUG START
6162##################
6263zplug "zsh-users/zsh-completions"
6364zplug "zsh-users/zsh-history-substring-search"
64- zplug "zsh-users/zsh-syntax-highlighting" zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh" zplug "plugins/git", from:oh-my-zsh
65+ zplug "zsh-users/zsh-syntax-highlighting", defer:2
6566zplug "plugins/osx", from:oh-my-zsh, if:"[[ $OSTYPE == *darwin* ]]"
6667zplug "plugins/zsh_reload", from:oh-my-zsh
6768zplug "plugins/colorize", from:oh-my-zsh
You can’t perform that action at this time.
0 commit comments