dotfiles/bootstrap.sh

8 lines
255 B
Bash
Raw Normal View History

2016-04-16 16:31:54 +02:00
#!/bin/sh
git pull origin master
git submodule update --init
cp init/Smyck-Color-Scheme/smyck.vim .vim/colors/smyck.vim
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
--exclude "README.md" --exclude "init/" -avh --no-perms . ~