1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

Eldritch theme

done
This commit is contained in:
jrreed 2024-03-28 12:57:03 -04:00 committed by Wez Furlong
parent 9070d4cb6d
commit e3f1cf6f44

View File

@ -417,6 +417,9 @@ async fn main() -> anyhow::Result<()> {
schemeses
.sync_toml("https://github.com/ribru17/bamboo.nvim", "master", "")
.await?;
schemeses
.sync_toml("https://github.com/eldritch-theme/wezterm", "master", "")
.await?;
schemeses.accumulate(iterm2::sync_iterm2().await.context("sync iterm2")?);
schemeses.accumulate(base16::sync().await.context("sync base16")?);
schemeses.accumulate(gogh::sync_gogh().await.context("sync gogh")?);