diff options
Diffstat (limited to 'src')
| m--------- | src/vim-latex | 0 | ||||
| -rwxr-xr-x | src/vim-latex.sh | 18 | ||||
| -rwxr-xr-x | src/vim-powerline.sh | 2 | ||||
| -rwxr-xr-x | src/xcompose.sh | 4 |
4 files changed, 3 insertions, 21 deletions
diff --git a/src/vim-latex b/src/vim-latex deleted file mode 160000 -Subproject 392577fc2031519b3c95ce0d3688842dd96c38f diff --git a/src/vim-latex.sh b/src/vim-latex.sh deleted file mode 100755 index 663aced..0000000 --- a/src/vim-latex.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -exit - -# goto root dir (this script resides in src) -BASEDIR=`dirname $(readlink -f $0)` -cd ${BASEDIR}/../ - -cd src/vim-latex -make DESTDIR=pkg PREFIX= install - -GENDIR="../../gen" - -mv pkg/share/vim $GENDIR/.vim -mkdir -p $GENDIR/bin/ -mv pkg/bin/* $GENDIR/bin/ -rmdir pkg/share pkg/bin pkg - diff --git a/src/vim-powerline.sh b/src/vim-powerline.sh index a50f16e..1d0743a 100755 --- a/src/vim-powerline.sh +++ b/src/vim-powerline.sh @@ -6,7 +6,7 @@ cd ${BASEDIR}/../ cd src/vim-powerline -GENDIR="../../home" +GENDIR="../../gen" mkdir -p $GENDIR/.vim cp -r autoload doc plugin $GENDIR/.vim diff --git a/src/xcompose.sh b/src/xcompose.sh index f1c53ba..ce713b9 100755 --- a/src/xcompose.sh +++ b/src/xcompose.sh @@ -6,5 +6,5 @@ cd ${BASEDIR}/../ diff -ur home/.XCompose src/xcompose/dotXCompose -rm -f home/.XCompose -cp src/xcompose/dotXCompose home/.XCompose +rm -f gen/.XCompose +cp src/xcompose/dotXCompose gen/.XCompose |
