diff options
| -rw-r--r-- | .bash_profile | 6 | ||||
| -rw-r--r-- | Brewfile | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index cef07c9..2dad14d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,7 +33,6 @@ alias wttr='curl http://wttr.in/berlin' alias la='ls -a' alias srv="python3 -m http.server" # start simple server alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' -alias skipci='git commit --allow-empty -m "--skip-ci"' alias gpgkill='( pkill pinentry-tty pkill pinentry-curses @@ -41,6 +40,7 @@ alias gpgkill='( gpg-connect-agent updatestartuptty /bye gpg-connect-agent /bye )' +alias cgit='docker run --name cgit -v $(pwd):/srv -p 1313:80 --rm -it cgit' # alias g='git' # # look up the original completion command and replace the last with the alias @@ -146,6 +146,10 @@ fi fortune | cowsay | lolcat # ==== Work config =========================================================== + +# Use GNU tar if installed +PATH="/opt/homebrew/opt/gnu-tar/libexec/gnubin:$PATH" + # ==== JAVA config if command -v java 1>/dev/null 2>&1; then export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH" @@ -79,7 +79,7 @@ brew "jq" # brew "k9s" # brew "k3d" # brew "vault" -# brew "terraform" +brew "terraform" # cask "google-cloud-sdk" # brew "awscli" # cask "docker" @@ -88,6 +88,7 @@ brew "podman" brew "podman-compose" cask "podman-desktop" brew "plantuml" +brew "gitleaks" # brew "clang-format" # brew "sphinx-doc" # brew "java11" |
