systemSetup

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

commit e79502079d65ca98d7041f0dab704b7cae8801d9
parent 125005f17dd7bf26a42572c63b9f5d9c8d72b66d
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sat, 15 Jul 2017 16:53:48 +0200

add readme

README.md        | 13 +++++++++++++
debian/system.sh |  2 ++
2 files changed, 15 insertions(+)

Diffstat:
AREADME.md | 13+++++++++++++
Adebian/system.sh | 2++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ +After booting the OS for the first time, + +install git: + +``` +apt-get install git +``` + +Clone this git: + +``` +git clone https://github.com/RemyNoulin/systemSetup.git +``` diff --git a/debian/system.sh b/debian/system.sh @@ -0,0 +1,2 @@ +apt-get remove vim-tiny +