systemSetup

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

commit de87d933591b598176ae001a3115c42481334bdc
parent b7aef05553650a48e3ececf1fbd7aa397fa670c9
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 12 Sep 2018 14:23:11 +0200

setup git in root correctly

arch/1-system.sh   |  6 +++---
debian/1-system.sh | 12 +++---------
2 files changed, 6 insertions(+), 12 deletions(-)

Diffstat:
March/1-system.sh | 6+++---
Mdebian/1-system.sh | 12+++---------
2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/arch/1-system.sh b/arch/1-system.sh @@ -26,9 +26,9 @@ cp ../dotfiles/webs.sh /usr/local/bin/ #apt-get install -y --allow-unauthenticated easydoneit # ## git (root account) -#cp ../dotfiles/.gitconfig ~/ -#mkdir ~/.gittemplates -#cp -R ../dotfiles/.gittemplates/* ~/.gittemplates/ +#cp ../dotfiles/.gitconfig /root/ +#mkdir /root/.gittemplates +#cp -R ../dotfiles/.gittemplates/* /root/.gittemplates/ #git config --global user.email "you@example.com" #git config --global user.name "Your Name" # diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -26,9 +26,9 @@ apt-get install p7zip-rar rar apt-get install -y --allow-unauthenticated easydoneit # git (root account) -cp ../dotfiles/.gitconfig ~/ -mkdir ~/.gittemplates -cp -R ../dotfiles/.gittemplates/* ~/.gittemplates/ +cp ../dotfiles/.gitconfig /root/ +mkdir /root/.gittemplates +cp -R ../dotfiles/.gittemplates/* /root/.gittemplates/ git config --global user.email "you@example.com" git config --global user.name "Your Name" @@ -70,12 +70,6 @@ cp diff-so-fancy/lib/DiffHighlight.pm /usr/local/bin/lib/ git clone https://github.com/RemyNoulin/sheepy.git 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