Add shared bat dotfiles and cache refresh task

This commit is contained in:
Fabio Scotto di Santolo
2026-03-17 09:52:01 +01:00
parent 3337e99991
commit 4f0101cdc6
7 changed files with 8240 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ user_shell: /bin/bash
common_packages:
- bash-completion
- bat
- git
- wget
- unzip
@@ -23,3 +24,7 @@ common_dotfiles:
src: .bash_profile
dest: .bash_profile
mode: "0644"
- name: bat config
src: .config/bat/.config/bat/
dest: .config/bat/
mode: preserve