From 95236b3320dfb968098a69bf28bed71e992032bb Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 22 Mar 2023 11:36:59 +0100 Subject: [PATCH] integration -> add symlinks maker for mapping configs into /home/ dir --- make.symlinks.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 make.symlinks.sh diff --git a/make.symlinks.sh b/make.symlinks.sh new file mode 100644 index 0000000..b1baa25 --- /dev/null +++ b/make.symlinks.sh @@ -0,0 +1,3 @@ +ln -s $(pwd)/.gitconfig ~/.gitconfig +ln -s $(pwd)/.bashrc ~/.bashrc +ln -s $(pwd)/.bash_profile ~/.bash_profile \ No newline at end of file