diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 2b2bfaa..d92de93 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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. diff --git a/bin/run-from-helix b/bin/run-from-helix index af97237..f3f7cfc 100755 --- a/bin/run-from-helix +++ b/bin/run-from-helix @@ -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 $?" diff --git a/helix/config.toml b/helix/config.toml index 8ddd67b..26356b7 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,3 +1,8 @@ + +#theme = "adwaita-dark" +theme = "github_dark_colorblind" +# theme = "base16_transparent" + [editor] true-color = true # gutters = ["diagnostics"]