04/17
2016
22:41:48
0,
0
In
서버, 운영체제
oh-my-zsh 테마는 : ys
설치는 : sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
CentOS 의존성 : yum install -y zsh git
맥 호스트명 바꾸기 : sudo scutil --set HostName DK-iMac
◀ 05/03 2016 15:44:07
java8 u92 CentOS 설치하기
jdk_v
03/24 2016 11:37:55 ▶
CentOS 7 + postgresql 9.5 + postgis 2.2
origoni 2017-04-19 07:13:39
yum -y install zshyum -y install git
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
vi ~/.zshrc
origoni 2019-07-22 19:44:51
# zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
~/.zshrc
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)