tweak config

This commit is contained in:
Travis Burtrum 2024-03-05 18:47:19 -05:00
parent 88f3bbb3ad
commit 1536cf8e92
3 changed files with 22 additions and 2 deletions

View File

@ -133,7 +133,9 @@ font:
# - (Windows) Consolas
#family: monospace
# family: JetBrains Mono
family: JetBrains Mono Nerd Font
# oddly on arch it's NF and ubuntu Nerd Font, why?
# family: JetBrains Mono Nerd Font
family: JetBrains Mono NF
#family: Atari ASCII 8x8
# The `style` can be specified to pick a specific face.

View File

@ -1,7 +1,20 @@
#!/bin/bash
set -o pipefail
cargo check
./build.sh
# cargo check --all-targets
# cargo check
# cargo test
# cargo clippy --all --all-targets --fix --allow-dirty --allow-staged
# echo -n > error.log; RUST_BACKTRACE=1 cargo run -- ash@code.moparisthe.best/moparisthebest 2>&1 | tee -a error.log | grep --line-buffered -v '^+'
# cargo check -p tokio-xmpp --no-default-features --features tls-rust
# cargo check -p xmpp --no-default-features --features tls-rust
# xsltproc xep.xsl host-meta-2.xml > host-meta-2.html && firefox host-meta-2.html
# [ $? -eq 0 ] && exit 0
echo "exited with $?"

View File

@ -1,3 +1,8 @@
#theme = "adwaita-dark"
theme = "github_dark_colorblind"
# theme = "base16_transparent"
[editor]
true-color = true
# gutters = ["diagnostics"]