Added git installation to README.

This commit is contained in:
Stefan Gaiselmann 2020-11-07 15:15:31 +01:00
parent 250d053ea9
commit 34f5dc5f86

View File

@ -20,7 +20,8 @@ After that a `bin` directory will exist (if not yet present before), move the ex
TODO: create user file for initialization at provisioning
. install go `sudo yum install golang golang-bin`
. install go `sudo yum install -y golang golang-bin`
. install git `sudo yum install -y git-all`
. install _chezmoi_ from git repo (see below)
. check GOPATH and adjust if necessary
. initialize with `chezmoi init https://gitea.sdroid.uber.space/heavy/dotfiles.git` (Use 'heavy' as user).