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