diff --git a/home/.dotfiles/environment b/home/.dotfiles/environment index 1703c52..d35a63c 100644 --- a/home/.dotfiles/environment +++ b/home/.dotfiles/environment @@ -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" diff --git a/install.sh b/install.sh index fb61b5a..cdb4462 100644 --- a/install.sh +++ b/install.sh @@ -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 ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs )