From 25a6f0cf2d5677298999ad45e9b87727d4d9a30e Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 3 Sep 2020 15:47:14 +0100 Subject: [PATCH] add install script --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..f1266ff --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -f "$HOME/.profile" ] ; then + mv "$HOME/.profile" "$HOME/.profile-original" +fi + +ln -s "$HOME/.config/profile/profile" "$HOME/.profile"