systemSetup

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

commit 0f4998a7e6fc2542508fbf5c4226e6b23e2cec3d
parent 0651d48f2d1704016fd5d402f8620d48a83122ce
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:44:09 +0200

update links

Diffstat:
MREADME.md | 2+-
March/1-system.sh | 2+-
Mdebian/1-system.sh | 4++--
Mdebian/5-system.sh | 4++--
Mopenbsd/1-system.sh | 4++--
Mtermux/1-system.sh | 2+-
6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ Clone this git (as normal user): pkg install git # End Termux only -git clone https://github.com/RemyNoulin/systemSetup.git +git clone https://noulin.net/git/systemSetup.git cd systemSetup ``` diff --git a/arch/1-system.sh b/arch/1-system.sh @@ -67,7 +67,7 @@ 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 +#git clone https://spartatek.se/git/sheepy.git #cd sheepy #./install.sh #spm install sheepyExamples -g diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -67,13 +67,13 @@ 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 +git clone https://spartatek.se/git/sheepy.git cd sheepy ./install.sh spm -g install sheepyExamples # git-off -git clone https://github.com/RemyNoulin/git-off.git +git clone https://noulin.net/git/git-off.git export OFF=`pwd`/git-off/c/git-off.c cd /usr/local/bin ln -s $OFF git-off diff --git a/debian/5-system.sh b/debian/5-system.sh @@ -27,13 +27,13 @@ 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 +git clone https://spartatek.se/git/sheepy.git cd sheepy ./install.sh spm -g install sheepyExamples # git-off -git clone https://github.com/RemyNoulin/git-off.git +git clone https://noulin.net/git/git-off.git export OFF=`pwd`/git-off/c/git-off.c cd /usr/local/bin ln -s $OFF git-off diff --git a/openbsd/1-system.sh b/openbsd/1-system.sh @@ -12,13 +12,13 @@ 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 +git clone https://spartatek.se/git/sheepy.git cd sheepy ./install.sh spm -g install sheepyExamples # git-off -git clone https://github.com/RemyNoulin/git-off.git +git clone https://noulin.net/git/git-off.git cd git-off/c gcc -std=gnu99 -o git-off gitoff.c export OFF=`pwd`/git-off/c/git-off diff --git a/termux/1-system.sh b/termux/1-system.sh @@ -16,7 +16,7 @@ cp ../dotfiles/webs.sh /data/data/com.termux/files/usr/bin #cp diff-so-fancy/lib/DiffHighlight.pm /data/data/com.termux/files/usr/bin/lib/ # sheepy -#git clone https://github.com/RemyNoulin/sheepy.git +#git clone https://spartatek.se/git/sheepy.git #cd sheepy #./install.sh #spm install sheepyExamples -g