1 #!/bin/sh 2 3 mkdir -p $HOME/bin 4 cp bin/* $HOME/bin 5 6 mkdir -p $HOME/.config/git 7 cp lib/git $HOME/.config/git/config