systemSetup

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

commit 05fa4b040ceea338e227e0db787b94455aeef606
parent 23fcf8d03813944f64724624e62398d7fdac35a9
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 25 Nov 2017 17:22:07 +0100

fix wrong path

debian/1-system.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdebian/1-system.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -28,7 +28,7 @@ apt-get install -y --allow-unauthenticated easydoneit # git (root account) cp ../dotfiles/.gitconfig ~/ mkdir ~/.gittemplates -cp -R ../dotfiles/gittemplates/* ~/.gittemplates/ +cp -R ../dotfiles/.gittemplates/* ~/.gittemplates/ git config --global user.email "you@example.com" git config --global user.name "Your Name"