systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 52c4c66f2f9f4f887ecbce6147f23f33ab5520fd
parent 7e529a95907bf787731c5598d6611a0154431f1c
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 22 Nov 2017 13:28:25 +0100

add sheepy

debian/1-system.sh | 6 ++++++
1 file changed, 6 insertions(+)

Diffstat:
Mdebian/1-system.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -66,5 +66,11 @@ cp diff-so-fancy/diff-so-fancy /usr/local/bin/ mkdir /usr/local/bin/lib cp diff-so-fancy/lib/DiffHighlight.pm /usr/local/bin/lib/ +# sheepy +git clone https://github.com/RemyNoulin/sheepy.git +cd sheepy +./install.sh +spm install sheepyExamples -g + # end apt-get autoremove -y