mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add shared bat dotfiles and cache refresh task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user