add container-builder dev container
/ build-push-image (push) Failing after 37s

This commit is contained in:
Márcio Fernandes
2026-07-17 22:44:55 +00:00
parent a03c3ceefd
commit d9a1d299ea
6 changed files with 214 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
export ZSH="$HOME/.oh-my-zsh"
DISABLE_AUTO_UPDATE=true
DISABLE_UPDATE_PROMPT=true
ZSH_COLORIZE_TOOL=chroma
export FAST_HIGHLIGHT_CHROMA=1
ZSH_THEME="gnzh"
plugins=(git timer web-search ssh colorize fast-syntax-highlighting)
source $ZSH/oh-my-zsh.sh