switch to powerlevel10k and install misc utilities

This commit is contained in:
MorganGeek
2020-02-08 11:23:45 +01:00
parent 4a251ace1e
commit e934a93c65
9 changed files with 1312 additions and 9 deletions

View File

@ -224,3 +224,5 @@ function gcrb {
branch=$1
git checkout -b $branch origin/$branch
}
function terraform-compliance { docker run --rm -v "$(pwd):/target" -i -t eerkunt/terraform-compliance "$@"; }
function checkov { docker run -i --rm -v "$(pwd):/tf" bridgecrew/checkov -d /tf "$@" ; }