From 27a96c6c836c262a452e33cfc9d2897a177cc63b Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:34:19 +0100 Subject: [PATCH] Create install.sh --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..be62120 --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +cp .profile ~ +cp .bashrc ~ +cp .zshrc ~ +source ~/.bashrc +source ~/.profile