Add BAT_THEME

This commit is contained in:
Daniel Lynn 2023-04-13 14:30:28 -05:00
parent 0eb7102c7e
commit dbe4231024
Signed by: daniel
GPG Key ID: 28496A140E180A9D
3 changed files with 8 additions and 5 deletions

View File

@ -2,3 +2,4 @@ theme = "dark"
alacritty_theme = "User 77 - Mashup colors"
helix_theme = "noctis_bordo"
zellij_theme = "kanagawa"
bat_theme = "gruvbox-dark"

View File

@ -2,3 +2,4 @@ theme = "light"
alacritty_theme = "Baskerville-ivorylight"
helix_theme = "flatwhite"
zellij_theme = "nord"
bat_theme = "gruvbox-light"

11
zshenv
View File

@ -1,12 +1,13 @@
export FINDER="sk"
export EDITOR="helix"
export VISUAL="helix"
export GPG_TTY=$(tty)
export NVM_DIR="$HOME/.nvm"
export BAT_THEME="{{bat_theme}}"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
export EDITOR="helix"
export FINDER="sk"
export GPG_TTY=$(tty)
export HELIX_RUNTIME="$HOME/src/helix/runtime"
export NVM_DIR="$HOME/.nvm"
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
export VISUAL="helix"
fpath+=(~/.zsh/completions)