Guest User

Untitled

a guest
Nov 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/sh
  2. # redownload stuff now that we have a key on file
  3.  
  4. cd ~/src
  5.  
  6. mv conf conf.bak
  7. git clone git@github.com:nick-orton/conf.git
  8.  
  9. mv dots dots.bak
  10. git clone git@github.com:nick-orton/dots.git
  11.  
  12. mv dots dots.bak
  13. git clone git@github.com:nick-orton/dots.git
Add Comment
Please, Sign In to add comment