summaryrefslogtreecommitdiff
path: root/src/vim-powerline.sh
blob: 1d0743ad8ddb6dd08be311e1d7ffb30d0c6712fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# goto root dir (this script resides in src)
BASEDIR=`dirname $(readlink -f $0)`
cd ${BASEDIR}/../

cd src/vim-powerline

GENDIR="../../gen"

mkdir -p $GENDIR/.vim
cp -r autoload doc plugin $GENDIR/.vim