diff options
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | install.conf.yaml | 34 |
2 files changed, 18 insertions, 18 deletions
diff --git a/.editorconfig b/.editorconfig index 69613a8..6e9be44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ root = true [*.{yaml,yml}] indent_style = space -indent_size = 2 +indent_size = 4 diff --git a/install.conf.yaml b/install.conf.yaml index 791d0d9..efce390 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,26 +1,26 @@ - defaults: - link: - relink: true + link: + relink: true - clean: ['~'] - create: - ~/.gnupg: - mode: 0700 + ~/.gnupg: + mode: 0700 - link: - ~/.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 + ~/.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] + - [git submodule update --init --recursive, Installing submodules] |
