diff options
| -rw-r--r-- | .bash_profile | 1 | ||||
| -rw-r--r-- | Brewfile | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 2dad14d..62370de 100644 --- a/.bash_profile +++ b/.bash_profile @@ -41,6 +41,7 @@ alias gpgkill='( gpg-connect-agent /bye )' alias cgit='docker run --name cgit -v $(pwd):/srv -p 1313:80 --rm -it cgit' +alias assume=". assume" # alias g='git' # # look up the original completion command and replace the last with the alias @@ -80,7 +80,7 @@ brew "jq" brew "terraform" # brew "tofu" # cask "google-cloud-sdk" -# brew "awscli" +brew "awscli" # cask "docker" brew "docker-completion" brew "podman" @@ -95,3 +95,5 @@ brew "glab" # cask "virtualbox" # brew "qemu" # cask "vagrant" +tap "common-fate/granted" +brew "granted" |
