diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..a49db04 --- /dev/null +++ b/.config/bat/config @@ -0,0 +1,2 @@ +# This theme works well in dark and light terminal theme +--theme="Solarized (light)" diff --git a/arch.sh b/arch.sh index a437809..02faf99 100644 --- a/arch.sh +++ b/arch.sh @@ -344,6 +344,10 @@ main() { fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p'\"" fish -c "set -Ux MANROFFOPT \"-c\"" + # === Bat config == + mkdir "$HOME"/.config/bat + wget -q --show-progress ${repo}/.config/bat/config -O "$HOME"/.config/bat/config + # === Docker == systemctl enable docker.service systemctl start docker.service