1
0
Fork 0

Split postinstall profile

This commit is contained in:
Jeremy Kaplan 2021-10-17 18:19:49 -07:00
commit f960785229
3 changed files with 3 additions and 4 deletions

View file

@ -36,6 +36,3 @@
~/.zprofile: zsh/.zprofile ~/.zprofile: zsh/.zprofile
~/.zshenv: zsh/.zshenv ~/.zshenv: zsh/.zshenv
~/.zshrc: zsh/.zshrc ~/.zshrc: zsh/.zshrc
- shell:
- ./neovim/postinstall

View file

@ -38,7 +38,7 @@ else
profiles=() profiles=()
fi fi
for conf in "${OS_NAME}" "${profiles[@]}" default; do for conf in default "${OS_NAME}" "${profiles[@]}" postinstall; do
echo "Applying config: ${conf}" echo "Applying config: ${conf}"
load_config "${conf}${CONFIG_SUFFIX}" load_config "${conf}${CONFIG_SUFFIX}"
done done

2
postinstall.conf.yaml Normal file
View file

@ -0,0 +1,2 @@
- shell:
- ./neovim/postinstall