From f09f151614c8ee2568d5e898d0baca83af278eb5 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 11 May 2021 14:44:52 +0200 Subject: [PATCH] add 'installer' --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh new file mode 100755 index 0000000..d21b576 --- /dev/null +++ b/scripts/install.sh @@ -0,0 +1,2 @@ +mv $HOME/.bash_profile $HOME/.bash_profile.heckbashsetup.bak +ln -s $HOME/HeckBashSetup/.bash_profile.main $HOME/.bash_profile