From a0acd5a4edf2039eeff28c24dc563b47e0275025 Mon Sep 17 00:00:00 2001 From: Nanda Lopes Date: Tue, 25 Jun 2024 17:35:33 -0300 Subject: [PATCH] feat: allow install yadr mine on termux - Add termux Dracula theme - Ignore zathura files on android --- root/.chezmoiignore | 1 + root/private_dot_termux/.chezmoiexternal.yaml | 5 +++++ root/private_dot_termux/symlink_font.ttf.tmpl | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 root/private_dot_termux/.chezmoiexternal.yaml diff --git a/root/.chezmoiignore b/root/.chezmoiignore index 06d7172799..59fd8ddf80 100644 --- a/root/.chezmoiignore +++ b/root/.chezmoiignore @@ -34,6 +34,7 @@ iTerm2/ {{- else }} .config/kitty/ .backup/look_and_feel/kitty/ +.config/zathura/ .zprezto .zpreztorc .zprezto-contrib/ diff --git a/root/private_dot_termux/.chezmoiexternal.yaml b/root/private_dot_termux/.chezmoiexternal.yaml new file mode 100644 index 0000000000..71a5360a50 --- /dev/null +++ b/root/private_dot_termux/.chezmoiexternal.yaml @@ -0,0 +1,5 @@ +'colors.properties': + url: 'https://github.com/dracula/termux/raw/master/colors.properties' + type: 'file' + executable: false + refreshPeriod: '168h' # 7 days diff --git a/root/private_dot_termux/symlink_font.ttf.tmpl b/root/private_dot_termux/symlink_font.ttf.tmpl index 480412d78c..772008afce 100644 --- a/root/private_dot_termux/symlink_font.ttf.tmpl +++ b/root/private_dot_termux/symlink_font.ttf.tmpl @@ -1 +1 @@ -{{ .chezmoi.homeDir }}/.local/share/fonts/m/Meslo/MesloLGSNerdFont-Regular.ttf +{{ .chezmoi.homeDir }}/.local/share/fonts/f/FiraCode/FiraCodeNerdFont-Retina.ttf