diff --git a/default.conf.yaml b/default.conf.yaml index c8e8d95..fdc88e1 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -36,6 +36,3 @@ ~/.zprofile: zsh/.zprofile ~/.zshenv: zsh/.zshenv ~/.zshrc: zsh/.zshrc - -- shell: - - ./neovim/postinstall diff --git a/install b/install index 1686a54..58e392a 100755 --- a/install +++ b/install @@ -38,7 +38,7 @@ else profiles=() fi -for conf in "${OS_NAME}" "${profiles[@]}" default; do +for conf in default "${OS_NAME}" "${profiles[@]}" postinstall; do echo "Applying config: ${conf}" load_config "${conf}${CONFIG_SUFFIX}" done diff --git a/postinstall.conf.yaml b/postinstall.conf.yaml new file mode 100644 index 0000000..0512687 --- /dev/null +++ b/postinstall.conf.yaml @@ -0,0 +1,2 @@ +- shell: + - ./neovim/postinstall