this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update ./update.sh

+4 -7
+4 -7
update.sh
··· 1 1 #!/bin/bash 2 2 3 - old="$(pwd)" 4 - 5 3 dir="$(dirname "$0")" 6 - 7 4 echo "Update files in: $dir" 8 5 9 - cd $dir 10 - 11 - git submodule foreach git pull &&\ 12 - git add -A "$dir/vim/bundle" &&\ 6 + cd "$dir" 7 + peru reup &&\ 8 + git add -A "peru.yaml" &&\ 13 9 git commit -m "Update plugins $(date +%F)" 10 + cd "$OLDPWD"