Added description for aws systems.

After first test of playing around.
Has to be adjusted:

- add a new user to keep the system accessible (first .sshrc try failed and no login was possible any more)
This commit is contained in:
Stefan Gaiselmann 2020-11-07 15:10:17 +01:00
parent c22326bc85
commit 250d053ea9

View File

@ -15,3 +15,21 @@ Test with `centos7-01`:
. apply it with `./chezmoi apply`
After that a `bin` directory will exist (if not yet present before), move the executable to this dir to have it `PATH`.
=== AWS Systeme (Draft)
TODO: create user file for initialization at provisioning
. install go `sudo yum install golang golang-bin`
. 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).
. check what will happen with `chezmoi diff`
. apply it with `chezmoi apply`
.chezmoi installation
[source,console]
cd $(mktemp -d)
git clone --depth=1 https://github.com/twpayne/chezmoi.git
cd chezmoi
go install