mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
Eldritch theme
done
This commit is contained in:
parent
9070d4cb6d
commit
e3f1cf6f44
@ -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")?);
|
||||
|
Loading…
Reference in New Issue
Block a user