diff options
| author | Xian Wang <dev@xianwang.io> | 2022-03-23 10:12:52 -0400 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2022-03-23 10:12:52 -0400 |
| commit | 99b6971f62cdb02d52c3c4f15f84c97dccaeb344 (patch) | |
| tree | 58c94010cd51514b9e515573b3fb8b51ef51adc6 /install.conf.yaml | |
| parent | bebf6d947abf4637e1239cd902572cd24945e7cc (diff) | |
| download | dotfiles-99b6971f62cdb02d52c3c4f15f84c97dccaeb344.tar.gz dotfiles-99b6971f62cdb02d52c3c4f15f84c97dccaeb344.tar.bz2 dotfiles-99b6971f62cdb02d52c3c4f15f84c97dccaeb344.zip | |
zsh: update rcs and functions
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index fec4bbc..21c16f6 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -10,14 +10,18 @@ - link: ~/.config/fontconfig/fonts.conf: - path: config/fontconfig/fonts.conf create: true force: true + path: config/fontconfig/fonts.conf ~/.gnupg/gpg-agent.conf: path: gnupg/gpg-agent.conf ~/.vimrc: + force: true path: vimrc + ~/.zsh/functions: + create: true force: true + path: zsh/functions ~/.zshrc: - path: zshrc force: true + path: zshrc |
