add yamllint & prettier
This commit is contained in:
parent
6d630ea833
commit
d42d98218b
@ -1,12 +1,12 @@
|
||||
---
|
||||
user:
|
||||
name: user
|
||||
arch_base_locale: fr_FR.UTF-8
|
||||
arch_base_keymap: fr
|
||||
arch_base_timezone: Europe/Paris
|
||||
arch_base_locales: [
|
||||
"fr_FR.UTF-8",
|
||||
"en_US.UTF-8"
|
||||
]
|
||||
arch_base_locales:
|
||||
- "fr_FR.UTF-8"
|
||||
- "en_US.UTF-8"
|
||||
time:
|
||||
hwclock: UTC
|
||||
timezone: Europe/Paris
|
||||
@ -49,7 +49,8 @@ system_base_softwares_arch:
|
||||
- 'logrotate'
|
||||
- 'otf-cascadia-code'
|
||||
- 'neovim'
|
||||
|
||||
- 'yamllint'
|
||||
- 'prettier'
|
||||
system_base_aur_soft:
|
||||
- 'nodejs-markdownlint-cli'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user