summaryrefslogtreecommitdiff
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml33
1 files changed, 16 insertions, 17 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 858a1ea..791d0d9 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -1,27 +1,26 @@
- defaults:
- link:
- relink: true
+ link:
+ relink: true
- clean: ['~']
- create:
- - ~/.cache
- - ~/.config
-- create:
- ~/.gnupg:
- mode: 0700
+ ~/.gnupg:
+ mode: 0700
- link:
- ~/.vimrc: vimrc
- ~/.zshrc:
- path: zshrc
- force: true
- ~/.config/kitty/kitty.conf:
- path: kitty/kitty.conf
- create: true
- ~/.gnupg/gpg-agent.conf:
- path: gpg-agent.conf
- create: true
+ ~/.config/fontconfig/fonts.conf:
+ path: config/fontconfig/fonts.conf
+ create: true
+ force: true
+ ~/.gnupg/gpg-agent.conf:
+ path: gnupg/gpg-agent.conf
+ ~/.vimrc:
+ path: vimrc
+ force: true
+ ~/.zshrc:
+ path: zshrc
+ force: true
- shell:
- [git submodule update --init --recursive, Installing submodules]