From 2f353a4f52854df350c3d3902253df839d66934c Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 13 May 2019 20:25:35 +0200 Subject: [PATCH] Adding .hyper.js --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index cff0a6b..f68916c 100644 --- a/install.sh +++ b/install.sh @@ -14,6 +14,7 @@ ln -fs ${BASE}/bash_profile ${HOME}/.bash_profile ln -fs ${BASE}/bash_aliases ${HOME}/.bash_aliases ln -fs ${BASE}/zshrc ${HOME}/.zshrc ln -fs ${BASE}/gitignore ${HOME}/.gitignore +ln -fs ${BASE}/hyper.js ${HOME}/.hyper.js git config --global user.email "raphael@crvx.fr" git config --global user.name "sundowndev"