From 2302b02ed89d7ae04f39dfbaa1bbe725e6497168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A0nh=20Nguy=E1=BB=85n=20Ch=C3=AD?= Date: Mon, 27 Mar 2023 22:10:14 +0700 Subject: [PATCH] fix(kitty): deprecated link kitty theme config (#30) Update kitty config theme --- kitty/install.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/install.fish b/kitty/install.fish index f236c629..25aec261 100755 --- a/kitty/install.fish +++ b/kitty/install.fish @@ -1,2 +1,2 @@ #!/usr/bin/env fish -curl -sL https://raw.githubusercontent.com/catppuccin/kitty/main/mocha.conf -o $DOTFILES/kitty/catppuccin.conf +curl -sL https://raw.githubusercontent.com/catppuccin/kitty/main/themes/mocha.conf -o $DOTFILES/kitty/catppuccin.conf