From 59b6db5dd8b659c1af47a144278d89c2e278caa7 Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 30 Jul 2022 21:20:21 +0200 Subject: [PATCH] feat: add catppuccin/qutebrowser to .chezmoiexternal --- .chezmoiexternal.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.chezmoiexternal.yaml b/.chezmoiexternal.yaml index 0764f83..0b70af5 100644 --- a/.chezmoiexternal.yaml +++ b/.chezmoiexternal.yaml @@ -1,14 +1,23 @@ +# vim:ft=yaml:fenc=utf-8:fdm=marker +# zsh .antigen/antigen.zsh: type: file url: "https://raw.githubusercontent.com/zsh-users/antigen/master/bin/antigen.zsh" refreshPeriod: 168h +# tmux plugin manager .config/tmux/plugins/tpm: type: git-repo url: "https://github.com/tmux-plugins/tpm" refreshPeriod: 168h +# colors .config/wezterm/colors/catppuccin: type: git-repo url: "https://github.com/catppuccin/wezterm.git" refreshPeriod: 168h + +.config/qutebrowser/catppuccin: + type: git-repo + url: "https://github.com/catppuccin/qutebrowser.git" + refreshPeriod: 168h