Skip to content

Commit d9ab8dc

Browse files
committed
Merge branch 'master' of github.com:anyjava/anyjava.github.io
2 parents 38a28e8 + 72fee63 commit d9ab8dc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_wiki/개발환경세팅.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : 개발환경세팅
44
summary : 새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)
55
date : 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
77
ktags : tools
88
toc : true
99
public : 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
##################
6263
zplug "zsh-users/zsh-completions"
6364
zplug "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
6566
zplug "plugins/osx", from:oh-my-zsh, if:"[[ $OSTYPE == *darwin* ]]"
6667
zplug "plugins/zsh_reload", from:oh-my-zsh
6768
zplug "plugins/colorize", from:oh-my-zsh

0 commit comments

Comments
 (0)