Compare commits

...

2 Commits

Author SHA1 Message Date
e918596757 Added kapp
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-03-23 06:57:36 +00:00
37817394c4 Added tz
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-03-23 06:54:21 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -24,3 +24,6 @@ export STARSHIP_LOG=error
# Bat
export BAT_THEME="Monokai Extended Light"
export BAT_STYLE="grid,header"
# TZ
export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"

View File

@@ -29,7 +29,7 @@ BREW_TOOLS=(
git-delta go helm homebrew/cask-fonts/font-open-dyslexic-nerd-font htop jq kind krew
kubectl kubectx kustomize node procs progress ripgrep rs/tap/curlie rust starship
tektoncd/tools/tektoncd-cli tldr tailscale yq hashicorp/tap/vault stats
tabby vale lastpass-cli jless macchina
tabby vale lastpass-cli jless macchina tz vmware-tanzu/carvel/kapp
)
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )