Overhaul install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-02-02 20:20:32 +01:00
parent ce2413484c
commit b2e45c8af1
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
26 changed files with 692 additions and 407 deletions

View file

@ -1,5 +1,6 @@
stages:
- Lint
Lint:
image: koalaman/shellcheck-alpine:latest
stage: Lint
@ -17,3 +18,5 @@ Lint:
- shellcheck ./system/.config/zsh/.zshrc
- shellcheck ./system/.config/X11/xsetup
- shellcheck ./install
- shellcheck ./.install/*.sh
- shellcheck ./.install/lib/*.sh