commit 0fdac206c529414f18e84befbaf31a6d95e70713
parent 5229a3b0a5aa9af691512b23e1cbbf2d1619f31f
Author: Remy Noulin <loader2x@gmail.com>
Date: Sat, 8 Sep 2018 10:52:47 +0200
add git off
debian/1-system.sh | 6 ++++++
debian/3-home.sh | 2 ++
debian/5-system.sh | 6 ++++++
debian/6-home.sh | 2 ++
4 files changed, 16 insertions(+)
Diffstat:
4 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/debian/1-system.sh b/debian/1-system.sh
@@ -72,6 +72,12 @@ cd sheepy
./install.sh
spm install sheepyExamples -g
+# sheepy
+git clone https://github.com/RemyNoulin/sheepy.git
+cd sheepy
+./install.sh
+spm -g install sheepyExamples
+
# etckeeper
# error in debian stretch
mkdir /etc/.git/hooks
diff --git a/debian/3-home.sh b/debian/3-home.sh
@@ -1,5 +1,7 @@
./updateHome.sh
+git off install
+
#install vim vundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
diff --git a/debian/5-system.sh b/debian/5-system.sh
@@ -32,6 +32,12 @@ cd sheepy
./install.sh
spm -g install sheepyExamples
+# git-off
+git clone https://github.com/RemyNoulin/git-off.git
+export OFF=`pwd`/git-off/c/git-off.c
+cd /usr/local/bin
+ln -s $OFF git-off
+
# etckeeper
# error in debian stretch
mkdir /etc/.git/hooks
diff --git a/debian/6-home.sh b/debian/6-home.sh
@@ -1,5 +1,7 @@
./updateHomeNoGui.sh
+git off install
+
#install vim vundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim