feat(nix): migrate bat

This commit is contained in:
Stefan Imhoff
2024-07-05 16:38:39 +02:00
parent 2241287870
commit 9fc9fb3a7b
11 changed files with 66 additions and 3847 deletions

View File

@@ -52,8 +52,6 @@ set --export RIPGREP_CONFIG_PATH $HOME/.config/ripgrep/ripgreprc
set --export GIT_EDITOR nvim
set --export EDITOR nvim
set --export BAT_THEME Catppuccin-mocha
# Stable Diffusion Webui
set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
@@ -120,9 +118,6 @@ set --export PATH /Library/TeX/texbin $PATH
# Man
set --export MANPATH "/usr/local/man:$MANPATH"
# Bat
set --export BAT_PAGER "less -R"
# pnpm
set -gx PNPM_HOME "$HOME/Library/pnpm/"
set -gx PATH "$PNPM_HOME" $PATH