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