From 3c49021103499592185e83cc6ad9a4031d7f5462 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Tue, 12 May 2020 14:33:19 -0400 Subject: [PATCH] add install script --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..5f9aaa4 --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cp bash/bashrc ~/.bashrc +cp bash/bash_profile ~/.bash_profile +cp tmux/tmux.conf ~/.tmux.conf +cp git/gitconfig ~/.gitconfig