diff options
| author | Victor Xian Wang <victor.xianwang@gmail.com> | 2021-01-01 16:38:43 -0500 |
|---|---|---|
| committer | Victor Xian Wang <victor.xianwang@gmail.com> | 2021-01-01 16:38:43 -0500 |
| commit | 8a57cb91c5049f904bb2cefddb9efc9d5270fc75 (patch) | |
| tree | 193cb0944b61ef37a2dbf32813adee13ef8378ff | |
| parent | 8ad58c791a8704651ea2d00015300f29d9301977 (diff) | |
| download | dotfiles-8a57cb91c5049f904bb2cefddb9efc9d5270fc75.tar.gz dotfiles-8a57cb91c5049f904bb2cefddb9efc9d5270fc75.tar.bz2 dotfiles-8a57cb91c5049f904bb2cefddb9efc9d5270fc75.zip | |
Add omz installation
| -rw-r--r-- | install.conf.yaml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index b4dfa57..6228e26 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -4,9 +4,18 @@ - clean: ['~'] +- create: + - ~/.cache + - ~/.config + +- shell: + - sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + - link: ~/.vimrc: vimrc - ~/.zshrc: zshrc + ~/.zshrc: + path: zshrc + force: true ~/.config/kitty/kitty.conf: path: kitty/kitty.conf create: true @@ -15,9 +24,5 @@ create: true force: true -- create: - - ~/.cache - - ~/.config - - shell: - [git submodule update --init --recursive, Installing submodules] |
