Skip to content

Commit

Permalink
converted to json format
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Dec 31, 2018
1 parent 0f3623b commit 064f58e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CONFIG="install.conf.yaml"
CONFIG="install.conf.json"
DOTBOT_DIR="dotbot"

DOTBOT_BIN="bin/dotbot"
Expand Down
31 changes: 31 additions & 0 deletions install.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[
{
"defaults": {
"link": {
"relink": true
}
}
},
{
"clean": ["~"]
},
{
"link": {
"~/.dotfiles": "",
"~/.vim": "vim",
"~/.vimrc": "vim/vimrc",
"~/.gitconfig": {
"force": true,
"path": "git/gitconfig"
},
"~/.gitignore": "git/gitignore",
"~/.zshrc": "zsh/zshrc",
"~/.antigenrc": "zsh/antigenrc"
}
},
{
"shell": [
["git submodule update --init --recursive, Installing submodules"]
]
}
]
2 changes: 1 addition & 1 deletion install.conf.yaml → install.conf.yaml-old
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
~/.antigen: zsh/antigen

- shell:
- [git submodule update --init --recursive, Installing submodules]
- [git submodule update --init --recursive, Installing submodules]

0 comments on commit 064f58e

Please sign in to comment.