diff --git a/install.sh b/install.sh index d7e62cb..bb1e6ea 100755 --- a/install.sh +++ b/install.sh @@ -17,6 +17,9 @@ cp ${BASEDIR}/.profile ~/ cp ${BASEDIR}/.zshrc ~/ # +if [ ! -e ~/.screenrc ]; then + cp ${BASEDIR}/.screenrc ~/ +fi cp ${BASEDIR}/.tmux.conf ~/ #