fix: test suite passing

This commit is contained in:
Andrejus Kostarevas
2021-07-23 17:09:00 +01:00
parent a1d4096406
commit f371a380ac
7 changed files with 288 additions and 164 deletions

View File

@@ -6,6 +6,16 @@ Collection of my dotfiles and supporting install scripts
[![Dotfiles publisher](https://github.com/andrejusk/dotfiles/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/andrejusk/dotfiles/actions/workflows/publish.yml)
Each push to master publishes the setup script, allowing the repo
to be installed by running:
# Dependencies if running on Debian
sudo apt update && sudo apt install --no-install-recommends --yes \
software-properties-common \
uuid-runtime \
wget
# One-liner install if running on Ubuntu
wget https://dots.andrejus.dev/setup.sh -qO - | bash
## The Stack
@@ -20,6 +30,7 @@ Tested and maintained against Debian buster
### Editors
- vscode
- neovim (+ vim-plug)
- spacemacs
@@ -30,6 +41,8 @@ Tested and maintained against Debian buster
### Tools
- git, gh
- docker
- terraform
- terraform (+ ls)
- gcloud, firebase, awscli
- kubectl