fix theme name

main
Andrew Coleman 2024-02-05 12:38:01 -05:00
parent c62d1a6d9a
commit 4dbe0de9fe
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@
cd "$(dirname "$0")" || exit 1
shellcheck "$0" || exit 1
shfmt -i 2 -d -s "$0"
mkdir -p "$HOME/.config"
cat <<EOF >"$HOME/.wezterm.lua"
@ -57,7 +54,7 @@ EOF
mkdir -p "$HOME/.config/helix/themes"
cat <<EOF >"$HOME/.config/helix/config.toml"
theme = "Molokai"
theme = "molokai"
[editor]
true-color = true