summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile6
-rw-r--r--Brewfile3
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"
diff --git a/Brewfile b/Brewfile
index e84783d..c0ded19 100644
--- a/Brewfile
+++ b/Brewfile
@@ -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"