tuning my dev env with more tools

This commit is contained in:
MorganGeek
2020-02-22 16:31:41 +01:00
parent 1732ed5cd2
commit 081e33143c
6 changed files with 67 additions and 7 deletions

View File

@ -213,6 +213,14 @@ pre-commit init-templatedir ~/.git-template
terraform-docs completion zsh >/usr/local/share/zsh/site-functions/_terraform-docs
autoload -U compinit && compinit
go get -u -v github.com/jessfraz/dockfmt
go get -u -v github.com/dmlittle/scenery
go get -u -v github.com/camptocamp/terraboard
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
#scope launch
# Upgrade
echo "Upgrading apps"
~/.scripts/upgrade.sh

View File

@ -34,3 +34,4 @@ terragrunt --version
pre-commit --version
terraform-docs --version
tflint --version
eksctl version