ohmyzsh/install.sh
davud.sun de48f33782 add *
2017-01-03 00:27:56 +08:00

7 lines
118 B
Bash
Executable file

#!/bin/bash
PWD=$(pwd)
echo $PWD
ln -s ${PWD} ~/.oh-my-zsh
ln -s ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc