feat(cloudhsell): add my own ~/.customize_environment

Usually, it's just Vault and then some shitfuckery.
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-07-04 15:02:29 +08:00 committed by GitHub
parent 8b2fe92ab0
commit a0c9d56770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.config/devshell.env Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/bash
apt-get update
# Install HashiCorp Vault
apt install vault -y