From 28463ade016532f5dd2f1d2f7f1aeb6ba4db3a46 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:34:38 +0100 Subject: [PATCH] added clone of the agnoster theme for omf --- ansible/roles/fish/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/fish/tasks/main.yml b/ansible/roles/fish/tasks/main.yml index 2042974..6a7c7b1 100644 --- a/ansible/roles/fish/tasks/main.yml +++ b/ansible/roles/fish/tasks/main.yml @@ -26,6 +26,10 @@ depth: 1 single_branch: true update: true +- name: Clone Agnoster theme + git: + repo: https://github.com/oh-my-fish/theme-agnoster + dest: /$HOME/.local/share/omf/themes/agnoster depth: 1 single_branch: true update: true