add install script

This commit is contained in:
James Dixon 2020-05-12 14:33:19 -04:00
parent b65b3c7964
commit 3c49021103

6
install.sh Executable file
View File

@ -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