fix: test suite passing
This commit is contained in:
15
README.md
15
README.md
@@ -6,6 +6,16 @@ Collection of my dotfiles and supporting install scripts
|
||||
|
||||
[](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
|
||||
|
||||
Reference in New Issue
Block a user