1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore(zsh): update ohmyzsh

This commit is contained in:
Ryan Cao 2023-09-11 21:48:27 +08:00
parent a6ea56d6d8
commit f1d778b319
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 4 additions and 3 deletions

View file

@ -63,6 +63,7 @@ in {
userSettings = { userSettings = {
"workbench.colorTheme" = "Catppuccin Frappé"; "workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe"; "workbench.iconTheme" = "catppuccin-frappe";
"catppuccin.boldKeywords" = false; "catppuccin.boldKeywords" = false;
"catppuccin.italicKeywords" = true; "catppuccin.italicKeywords" = true;
"catppuccin.accentColor" = "sky"; "catppuccin.accentColor" = "sky";

View file

@ -30,8 +30,8 @@ in {
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
rev = "c4392a4da31efee36f29a62d3951d5c0fcd7d4e6"; rev = "38ef5192cb1c43159b516d15ab8fed96f847b36b";
sha256 = "sha256-cMJCmhtcCAVDFgp6Ryv/5DteSRtwNcemO97as8ill8I="; hash = "sha256-UYi4kEc80LwZRL6BDBuC/QI+5uJLXTe5+KGQKvv/nz4=";
}; };
} }
{ {
@ -40,7 +40,7 @@ in {
owner = "ryanccn"; owner = "ryanccn";
repo = "vivid-zsh"; repo = "vivid-zsh";
rev = "a76616c87821e96ae0cbdfb6bf897bffc170a283"; rev = "a76616c87821e96ae0cbdfb6bf897bffc170a283";
sha256 = "sha256-E00xQMCmOt6fJ+IO/TrpFvskNa9QnDw/6DKR51T7i+8="; hash = "sha256-E00xQMCmOt6fJ+IO/TrpFvskNa9QnDw/6DKR51T7i+8=";
}; };
} }
]; ];